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