|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EventInfo
Defines an interface that allows access to a subset of information for forwarding the base events for interactive messages.
MessagingServiceListener.startedMessage(AgentIdentifier, String),
MessagingServiceListener.stoppedMessage(AgentIdentifier, String),
MessagingServiceListener.confirmed(EventInfo, long)| Method Summary | |
|---|---|
long |
getCreated()
Returns the system time when this object was created. |
AgentIdentifier |
getFrom()
Returns the sender. |
java.lang.String |
getIdentifier()
Returns an identifier that corresponds to a specific message (to be send, cancelled, to be confirmed). |
AgentIdentifier |
getTo()
Returns the addressee. |
boolean |
isMulticast()
Flag that indicates whether this info is related to a multicast or not. |
| Method Detail |
|---|
java.lang.String getIdentifier()
AgentIdentifier getFrom()
AgentIdentifier.AgentIdentifier getTo()
AgentIdentifier.boolean isMulticast()
long getCreated()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||