public class EventNotification extends DownstreamMessage
Streamable.ClosuremessageId| Constructor and Description |
|---|
EventNotification()
Zero argument constructor used when unserializing an instance.
|
EventNotification(DEvent event)
Constructs an event notification for the supplied event.
|
| Modifier and Type | Method and Description |
|---|---|
DEvent |
getEvent() |
Transport |
getTransport()
Returns the message transport parameters.
|
void |
noteActualTransport(Transport transport)
For messages sent over the network, this notes the actual type of transport used to deliver
the message.
|
void |
setTransport(Transport transport)
Sets the message transport parameters.
|
String |
toString() |
public EventNotification()
public EventNotification(DEvent event)
public DEvent getEvent()
public void setTransport(Transport transport)
MessagesetTransport in class Messagepublic Transport getTransport()
MessagegetTransport in class Messagepublic void noteActualTransport(Transport transport)
MessagenoteActualTransport in class Messagepublic String toString()
toString in class DownstreamMessageCopyright © 2015. All rights reserved.