Jiffie: Java InterFace For Internet Explorer

net.sf.jiffie
Class FullEventHandlerFactory

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

public class FullEventHandlerFactory
extends java.lang.Object
implements EventHandlerFactory

This class creates instances of the FullEventHandler class.


Constructor Summary
FullEventHandlerFactory()
           
 
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

FullEventHandlerFactory

public FullEventHandlerFactory()
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.