org.barracudamvc.core.event
Class DefaultDispatcherFactory
java.lang.Object
org.barracudamvc.core.event.DefaultDispatcherFactory
- All Implemented Interfaces:
- DispatcherFactory
- public class DefaultDispatcherFactory
- extends Object
- implements DispatcherFactory
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultDispatcherFactory
public DefaultDispatcherFactory()
getInstance
public EventDispatcher getInstance()
- get an instance of event dispatcher
- Specified by:
getInstance
in interface DispatcherFactory
- Returns:
- an instance of event dispatcher
Copyright © 2004 BarracudaMVC.org All Rights Reserved.