|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.mozilla.jrex.event.window.WindowEvent
A class representing JRex Window Event.
Constructor Summary | |
WindowEvent(int jrexPeer,
int eventType,
Object eventParam)
WindowEvent constructor |
Method Summary | |
Object |
getEventParam()
Returns data associated to the window event. |
int |
getEventType()
Returns the window event type. |
int |
getJRexPeer()
Returns the target browser component to which the event belongs. |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public WindowEvent(int jrexPeer, int eventType, Object eventParam)
jrexPeer
- target browser component to which the event belongseventType
- type of window eventeventParam
- data associated to the window eventWindowEventConstants
Method Detail |
public int getJRexPeer()
public int getEventType()
public Object getEventParam()
public String toString()
toString
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |