|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A
- agent typepublic interface LaraPreprocessorComp<A extends LaraAgent<? super A,?>,BO extends LaraBehaviouralOption<?,?>>
Interface for all preprocessor components. This is necessary as a common
super type for handling generic components in the LaraPreprocessor
.
Method Summary | ||
---|---|---|
|
castEvent(Class<E> clazz,
LaraEvent event)
Checks whether the given object is assignable to references of the type of the given class object. |
Methods inherited from interface de.cesr.lara.components.eventbus.LaraInternalEventSubscriber |
---|
onInternalEvent |
Method Detail |
---|
<E extends LaraPpEvent> E castEvent(Class<E> clazz, LaraEvent event)
E
- The type of event the given event shall be checked forclazz
- class object of the type that shall be checked forevent
- the event that whose type is checked
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |