com.pentec.gui.aoi.event
Class AoiListChangeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.pentec.gui.aoi.event.AoiListChangeEvent
All Implemented Interfaces:
java.io.Serializable

public class AoiListChangeEvent
extends java.util.EventObject

Author:
Pender Technology
See Also:
Serialized Form

Field Summary
static int ADD
           
private  AOI aoi
           
private  int iEventType
           
static int REMOVE
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AoiListChangeEvent(java.lang.Object source, AOI aoi, int iEventType)
           
 
Method Summary
 AOI getAOI()
           
 int getEventType()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ADD

public static final int ADD
See Also:
Constant Field Values

aoi

private AOI aoi

iEventType

private int iEventType

REMOVE

public static final int REMOVE
See Also:
Constant Field Values
Constructor Detail

AoiListChangeEvent

public AoiListChangeEvent(java.lang.Object source,
                          AOI aoi,
                          int iEventType)
Method Detail

getAOI

public AOI getAOI()

getEventType

public int getEventType()