appl.parallel.event
Class CommEvent
java.lang.Object
appl.parallel.event.RemoteEvent
appl.parallel.event.CommEvent
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- TimeEvent, TransferEvent
public class CommEvent
- extends RemoteEvent
A CommEvent
is a RemoteEvent
. It gives Information about
Events related to Communication.
- Author:
- Dominik Appl
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
target
protected final String target
- The target of the event
src
protected final String src
- The source of the event
type
protected final CommEvent.CommType type
- the type of the event
getTarget
public String getTarget()
- Returns:
- the target
getSrc
public String getSrc()
- Returns:
- the source
getType
public CommEvent.CommType getType()
- Returns:
- the type
typeName
public String typeName()