|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EventGenerator<D extends EventDispatcher>
This interface abstracts creation of events. Events once created are dispatched to an EventDispatcher. The EventDispatcher is supplied through setDispatcher().
Method Summary | |
---|---|
void |
setDispatcher(D d)
Sets (injects) an EventDispatcher. |
Method Detail |
---|
void setDispatcher(D d)
d
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |