com.jniwrapper.win32.ie.dom
Interface EventObjectFactory


public interface EventObjectFactory

This class is used for setting properties of event that fired on DOM element. For example, you can set custom clientX for onclick event.


Method Summary
 EventObject create()
          Creates object that describes which event properties should be modified before firing event.
 

Method Detail

create

EventObject create()
Creates object that describes which event properties should be modified before firing event. For example, you can use default event object for firing onclick event with modified clientX property.

Returns:
EventObject instance