org.ow2.jasmine.agent.server.event
Class AgentEvent

java.lang.Object
  extended by 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

Constructor Summary
AgentEvent()
           
 
Method Summary
 Agent getAgent()
           
 int getType()
           
 void setAgent(Agent agent)
           
 void setType(int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentEvent

public AgentEvent()
Method Detail

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.