org.mozilla.jrex.event.window
Class WindowEvent

java.lang.Object
  extended byorg.mozilla.jrex.event.window.WindowEvent

public class WindowEvent
extends Object

A class representing JRex Window Event.

Version:
1.0
Author:
C.N.Medappa

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

WindowEvent

public WindowEvent(int jrexPeer,
                   int eventType,
                   Object eventParam)
WindowEvent constructor

Parameters:
jrexPeer - target browser component to which the event belongs
eventType - type of window event
eventParam - data associated to the window event
See Also:
WindowEventConstants
Method Detail

getJRexPeer

public int getJRexPeer()
Returns the target browser component to which the event belongs.


getEventType

public int getEventType()
Returns the window event type.


getEventParam

public Object getEventParam()
Returns data associated to the window event.


toString

public String toString()


Copyright © 2004 C.N.Medappa. All Rights Reserved.