edu.berkeley.psi.seda.api
Interface EventHandlerFactoryIF


public interface EventHandlerFactoryIF

An interface for objects that can create objects with an EventHandlerIF interface. Used by objects that want to be able to create multiple, independent EventHandleIF objects for some unknown reason.


Method Summary
 EventHandlerIF newEventHandler()
          Creates a new instance of an EventHandlerIF
 

Method Detail

newEventHandler

EventHandlerIF newEventHandler()
Creates a new instance of an EventHandlerIF