Jiffie: Java InterFace For Internet Explorer

net.sf.jiffie
Class NewWindowEventHandlerFactory

Package class diagram package NewWindowEventHandlerFactory
java.lang.Object
  extended by net.sf.jiffie.NewWindowEventHandlerFactory
All Implemented Interfaces:
EventHandlerFactory

public class NewWindowEventHandlerFactory
extends java.lang.Object
implements EventHandlerFactory

This class creates instances of the NewWindowEventHandler class.


Constructor Summary
NewWindowEventHandlerFactory()
           
 
Method Summary
 EventHandler createEventHandler(InternetExplorer parentBrowser)
          This method is called to create a new instance of an event handler.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewWindowEventHandlerFactory

public NewWindowEventHandlerFactory()
Method Detail

createEventHandler

public EventHandler createEventHandler(InternetExplorer parentBrowser)
This method is called to create a new instance of an event handler.

Specified by:
createEventHandler in interface EventHandlerFactory
Parameters:
parentBrowser - parent browser instance
Returns:
event handler instance


Copyright © 2004-2009 Packwood Software. All Rights Reserved.