|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.agent.server.event.AgentEvent
public class AgentEvent
An AgentEvent is a description a Agent modification with the agent concerned an the type of the modification
| 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 |
|---|
public AgentEvent()
| Method Detail |
|---|
public int getType()
public void setType(int type)
type - the type to setpublic Agent getAgent()
public void setAgent(Agent agent)
agent - the agent to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||