sunw.demo.test
Class BridgeTesterEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--sunw.demo.test.BridgeTesterEvent

public class BridgeTesterEvent
extends EventObject


Field Summary
protected  int intValue
           
protected  java.lang.String stringValue
           
 
Method Summary
 java.lang.String getInformation()
           
 int getIntValue()
           
 void setInformationValue(java.lang.String stringValue)
           
 void setIntValue(int intValue)
           
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stringValue

protected java.lang.String stringValue

intValue

protected int intValue
Method Detail

setInformationValue

public void setInformationValue(java.lang.String stringValue)

setIntValue

public void setIntValue(int intValue)

getInformation

public java.lang.String getInformation()

getIntValue

public int getIntValue()