sofya.ed.semantic
Interface EventListenerFactory


public interface EventListenerFactory

Interface which indicates that an object is capable of acting as a factory for producing event listeners.

Version:
02/04/2005
Author:
Alex Kinneer

Method Summary
 EventListener createEventListener()
          Creates a new event listener.
 

Method Detail

createEventListener

EventListener createEventListener()
                                  throws FactoryException
Creates a new event listener.

Returns:
A new event listener.
Throws:
FactoryException