|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enhydra.barracuda.core.event.DefaultDispatcherFactory
This interface defines the methods needed to create an instance of an event dispatcher. The factory should either return a new instance or synchronize access on a shared copy.
Constructor Summary | |
DefaultDispatcherFactory()
|
Method Summary | |
EventDispatcher |
getInstance()
get an instance of event dispatcher |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultDispatcherFactory()
Method Detail |
public EventDispatcher getInstance()
getInstance
in interface DispatcherFactory
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |