Jiffie: Java InterFace For Internet Explorer
net.sf.jiffie
Interface EventHandlerFactory
- All Known Implementing Classes:
- FullEventHandlerFactory, NewWindowEventHandlerFactory
public interface EventHandlerFactory
This interface represents the method which needs to be implemented by
an event handler factory which will create new event handler instances
for use by Jiffie.
createEventHandler
EventHandler createEventHandler(InternetExplorer parentBrowser)
- This method is called to create a new instance of an event handler.
- Parameters:
parentBrowser - parent browser instance
- Returns:
- event handler instance
Copyright © 2004-2009 Packwood Software. All Rights Reserved.