org.barracudamvc.core.event
Class DefaultDispatcherFactory

java.lang.Object
  extended byorg.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.


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 © 2004 BarracudaMVC.org All Rights Reserved.