Package jade.core.event
Class MTPEvent
- java.lang.Object
-
- java.util.EventObject
-
- jade.util.Event
-
- jade.core.event.JADEEvent
-
- jade.core.event.MTPEvent
-
- All Implemented Interfaces:
Serializable
public class MTPEvent extends JADEEvent
This class represents an event related to the MTP configuration.- Version:
- $Date$ $Revision$
- Author:
- Giovanni Rimassa - Universita` di Parma
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intADDED_MTPstatic intMESSAGE_INstatic intMESSAGE_OUTstatic intREMOVED_MTP-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description MTPEvent(int id, ContainerID cid, Channel ch)MTPEvent(int id, ContainerID cid, Envelope e, byte[] pl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChannelgetChannel()EnvelopegetEnvelope()byte[]getPayload()booleanisCommunication()booleanisInstall()-
Methods inherited from class jade.util.Event
addParameter, getParameter, getType, notifyProcessed, reset, resetProcessed, waitUntilProcessed, waitUntilProcessed
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Field Detail
-
ADDED_MTP
public static final int ADDED_MTP
- See Also:
- Constant Field Values
-
REMOVED_MTP
public static final int REMOVED_MTP
- See Also:
- Constant Field Values
-
MESSAGE_IN
public static final int MESSAGE_IN
- See Also:
- Constant Field Values
-
MESSAGE_OUT
public static final int MESSAGE_OUT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MTPEvent
public MTPEvent(int id, ContainerID cid, Channel ch)
-
MTPEvent
public MTPEvent(int id, ContainerID cid, Envelope e, byte[] pl)
-
-