org.enhydra.barracuda.core.event
Class DefaultDispatcherFactory

java.lang.Object
  |
  +--org.enhydra.barracuda.core.event.DefaultDispatcherFactory
All Implemented Interfaces:
DispatcherFactory

public class DefaultDispatcherFactory
extends java.lang.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.


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

DefaultDispatcherFactory

public DefaultDispatcherFactory()
Method Detail

getInstance

public EventDispatcher getInstance()
get an instance of event dispatcher

Specified by:
getInstance in interface DispatcherFactory
Returns:
an instance of event dispatcher


Copyright © 2001 Enhydra.org