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:
- java.io.Serializable
public class MTPEvent
- extends JADEEvent
This class represents an event related to the MTP configuration.
- Version:
- $Date: 2002-08-28 17:14:13 +0200 (mer, 28 ago 2002) $ $Revision: 3354 $
- Author:
- Giovanni Rimassa - Universita` di Parma
- See Also:
- Serialized Form
| Fields inherited from class jade.util.Event |
type |
| Fields inherited from class java.util.EventObject |
source |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
MTPEvent
public MTPEvent(int id,
ContainerID cid,
Channel ch)
MTPEvent
public MTPEvent(int id,
ContainerID cid,
Envelope e,
byte[] pl)
getChannel
public Channel getChannel()
getEnvelope
public Envelope getEnvelope()
getPayload
public byte[] getPayload()
isInstall
public boolean isInstall()
isCommunication
public boolean isCommunication()