All Packages Class Hierarchy This Package Previous Next Index
Class calypso.core.atmswitch.SecondEvent
java.lang.Object
|
+----java.util.EventObject
|
+----calypso.core.atmswitch.SecondEvent
- public class SecondEvent
- extends EventObject
An event of the SwitchStatisticsThread and part of the Beans model.
- Author:
- Kim Lahti / TCM laboratory / HUT
-
value
- The possible value of this event.
-
SecondEvent(Object, int)
- Constructor for the SecondEvent.
-
getValue()
- Method to access current remote value.
value
protected int value
- The possible value of this event.
SecondEvent
public SecondEvent(Object source_,
int value_)
- Constructor for the SecondEvent.
- Parameters:
- value_ - Value of the event.
getValue
public int getValue()
- Method to access current remote value.
- Returns:
- The queries event spesific value.
All Packages Class Hierarchy This Package Previous Next Index