org.mozilla.jrex.event.history
Class IntegerEventParam

java.lang.Object
  |
  +--org.mozilla.jrex.event.history.IntegerEventParam

public class IntegerEventParam
extends Object

The class wrapping the interger type history event parameters. Intended to be used by GoToIndex like events.

Version:
1.0
Author:
C.N.Medappa

Constructor Summary
IntegerEventParam(int intData, String uri)
          IntegerEventParam constructor
 
Method Summary
 int getIntData()
          Returns the int data of the event.
 String getStringData()
          Returns the uri associated with the event.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IntegerEventParam

public IntegerEventParam(int intData,
                         String uri)
IntegerEventParam constructor

Parameters:
intData - int data of the event.
uri - uri associated with the event.
See Also:
HistoryEventConstants
Method Detail

getIntData

public int getIntData()
Returns the int data of the event.


getStringData

public String getStringData()
Returns the uri associated with the event.


toString

public String toString()
Overrides:
toString in class Object


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