|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jrre.event.VMEvent | +--jrre.event.OperandStackEvent | +--jrre.event.PushOperandEvent
Constructor Summary | |
PushOperandEvent(java.lang.String name,
java.lang.String value)
Construct the event with the Object that fired the event, the operands name, and its value. |
Method Summary | |
java.lang.String |
getName()
Gets the Name. |
java.lang.String |
getValue()
Gets the Value. |
void |
setName(java.lang.String name)
Sets the Name. |
void |
setValue(java.lang.String value)
Sets the Value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PushOperandEvent(java.lang.String name, java.lang.String value)
name
- value
- Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getValue()
public void setValue(java.lang.String value)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |