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

Variable Index

 o value
The possible value of this event.

Constructor Index

 o MinuteEvent(Object, int[][])
Constructor for the MinuteEvent.

Method Index

 o getValue()
Method to access current remote value.

Variables

 o value
 protected int value[][]
The possible value of this event.

Constructors

 o MinuteEvent
 public MinuteEvent(Object source_,
                    int value_[][])
Constructor for the MinuteEvent.

Parameters:
value_ - Value of the event.

Methods

 o 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