All Packages Class Hierarchy This Package Previous Next Index
Class calypso.core.atmswitch.InterfaceEvent
java.lang.Object
|
+----java.util.EventObject
|
+----calypso.core.atmswitch.InterfaceEvent
- public class InterfaceEvent
- 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.
-
InterfaceEvent(Object, int[])
- Constructor for the InterfaceEvent.
-
getValue()
- Method to access current remote value.
value
protected int value[]
- The possible value of this event.
InterfaceEvent
public InterfaceEvent(Object source_,
int value_[])
- Constructor for the InterfaceEvent.
- 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