org.mozilla.jrex.event.history
Class HistoryEvent

java.lang.Object
  extended byorg.mozilla.jrex.event.history.HistoryEvent

public class HistoryEvent
extends Object

A class representing JRex History Event.

Version:
1.0
Author:
C.N.Medappa

Constructor Summary
HistoryEvent(int jrexPeer, int eventType, Object eventParam)
          HistoryEvent constructor
 
Method Summary
 Object getEventParam()
          Returns the history event param.
 int getEventType()
          Returns the history event type.
 int getJRexPeer()
          Returns the target browser component to which the History event belongs.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HistoryEvent

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

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

getJRexPeer

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


getEventType

public int getEventType()
Returns the history event type.


getEventParam

public Object getEventParam()
Returns the history event param.


toString

public String toString()


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