org.enhydra.barracuda.core.event
Interface DispatcherFactory

All Known Implementing Classes:
DefaultDispatcherFactory

public interface DispatcherFactory

This interface defines the methods needed to create an instance of an event dispatcher


Method Summary
 EventDispatcher getInstance()
          get an instance of event dispatcher
 

Method Detail

getInstance

public EventDispatcher getInstance()
get an instance of event dispatcher

Returns:
an instance of event dispatcher


Copyright © 2001 Enhydra.org