Package jade.domain.introspection
Interface Event
-
- All Superinterfaces:
Concept,Serializable,Serializable,Term
- All Known Implementing Classes:
AddedBehaviour,AddedContainer,AddedMTP,BornAgent,ChangedAgentOwnership,ChangedAgentState,ChangedBehaviourState,DeadAgent,FrozenAgent,KillContainerRequested,MovedAgent,PlatformDescription,PostedMessage,ReceivedMessage,RemovedBehaviour,RemovedContainer,RemovedMTP,ResetEvents,ResumedAgent,SentMessage,ShutdownPlatformRequested,SuspendedAgent,ThawedAgent
public interface Event extends Concept
The generic interface for all introspection events.- Version:
- $Date$ $Revision$
- Author:
- Giovanni Rimassa - Universita' di Parma
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Retrieve the name of this event.
-
-
-
Method Detail
-
getName
String getName()
Retrieve the name of this event.- Returns:
- The event name.
-
-