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

Variable Index

 o intValue
 o stringValue

Method Index

 o getInformation()
 o getIntValue()
 o setInformationValue(String)
 o setIntValue(int)

Variables

 o stringValue
 protected String stringValue
 o intValue
 protected int intValue

Methods

 o setInformationValue
 public void setInformationValue(String stringValue)
 o setIntValue
 public void setIntValue(int intValue)
 o getInformation
 public String getInformation()
 o getIntValue
 public int getIntValue()

All Packages  Class Hierarchy  This Package  Previous  Next  Index