Package ptolemy.domains.ptides.kernel
Class PtidesReceiver.Event
- java.lang.Object
-
- ptolemy.domains.ptides.kernel.PtidesReceiver.Event
-
- Enclosing class:
- PtidesReceiver
public static class PtidesReceiver.Event extends java.lang.ObjectAn Event is an aggregation consisting of a Token, a time stamp and destination Receiver. Both the token and destination receiver are allowed to have null values. This is particularly useful in situations where the specification of the destination receiver may be considered redundant.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaggetTag()Return the tag of this event.TokengetToken()Return the token of this event.
-