|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IContainerSharedObjectMessageSendingEvent
Container event that indicates that a shared object message is being sent.
| Method Summary | |
|---|---|
java.lang.Object |
getMessage()
Get the message being sent. |
ID |
getSharedObjectID()
Get the shared object ID of the sending shared object. |
ID |
getTargetContainerID()
Get the target container ID for the message being sent. |
| Methods inherited from interface org.eclipse.ecf.core.events.IContainerEvent |
|---|
getLocalContainerID |
| Method Detail |
|---|
ID getTargetContainerID()
null, this indicates
that all container members of group should receive the message being sent.ID getSharedObjectID()
null
and the ID given will be the ID of a currently active shared object existing within the
enclosing container.
null.java.lang.Object getMessage()
getSharedObjectID(). May be null if null
is being sent.
getSharedObjectID().
May be null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||