zeus.generator.event
Class AgentChangeEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byzeus.generator.event.AgentChangeEvent
All Implemented Interfaces:
java.io.Serializable

public class AgentChangeEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
static int ADD
           
protected  AgentDescription agent
           
static int DELETE
           
protected  int mode
           
static int MODIFY
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AgentChangeEvent(java.lang.Object source, AgentDescription agent, int mode)
           
 
Method Summary
 AgentDescription getAgent()
           
 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

MODIFY

public static final int MODIFY
See Also:
Constant Field Values

DELETE

public static final int DELETE
See Also:
Constant Field Values

agent

protected AgentDescription agent

mode

protected int mode
Constructor Detail

AgentChangeEvent

public AgentChangeEvent(java.lang.Object source,
                        AgentDescription agent,
                        int mode)
Method Detail

getAgent

public AgentDescription getAgent()

getEventType

public int getEventType()


Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.