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

Variable Index

 o value
The possible value of this event.

Constructor Index

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

Method Index

 o getValue()
Method to access current remote value.

Variables

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

Constructors

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

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