org.ow2.jasmine.agent.server.event
Class AgentEvent
java.lang.Object
org.ow2.jasmine.agent.server.event.AgentEvent
- All Implemented Interfaces:
- Serializable
public class AgentEvent
- extends Object
- implements Serializable
An AgentEvent is a description a Agent modification with the agent concerned an the type of the modification
- Author:
- Julien Vey
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AgentEvent
public AgentEvent()
getType
public int getType()
- Returns:
- the type
setType
public void setType(int type)
- Parameters:
type - the type to set
getAgent
public Agent getAgent()
- Returns:
- the agent
setAgent
public void setAgent(Agent agent)
- Parameters:
agent - the agent to set
Copyright © 2012 OW2 Consortium. All Rights Reserved.