|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mozilla.jrex.event.history.IntegerEventParam
The class wrapping the interger type history event parameters. Intended to be used by GoToIndex like events.
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 |
public IntegerEventParam(int intData, String uri)
intData
- int data of the event.uri
- uri associated with the event.HistoryEventConstants
Method Detail |
public int getIntData()
public String getStringData()
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |