jrre.event
Class PushOperandEvent

java.lang.Object
  |
  +--jrre.event.VMEvent
        |
        +--jrre.event.OperandStackEvent
              |
              +--jrre.event.PushOperandEvent

public class PushOperandEvent
extends OperandStackEvent


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

PushOperandEvent

public 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.

Parameters:
name -
value -
Method Detail

getName

public java.lang.String getName()
Gets the Name.


setName

public void setName(java.lang.String name)
Sets the Name.


getValue

public java.lang.String getValue()
Gets the Value.


setValue

public void setValue(java.lang.String value)
Sets the Value.



Copyright © 2002-2002 Appalachian State University. All Rights Reserved.