All Packages Class Hierarchy This Package Previous Next Index
Class sunw.demo.test.BridgeTesterEvent
java.lang.Object
|
+----java.util.EventObject
|
+----sunw.demo.test.BridgeTesterEvent
- public class BridgeTesterEvent
- extends EventObject
-
intValue
-
-
stringValue
-
-
getInformation()
-
-
getIntValue()
-
-
setInformationValue(String)
-
-
setIntValue(int)
-
stringValue
protected String stringValue
intValue
protected int intValue
setInformationValue
public void setInformationValue(String stringValue)
setIntValue
public void setIntValue(int intValue)
getInformation
public String getInformation()
getIntValue
public int getIntValue()
All Packages Class Hierarchy This Package Previous Next Index