|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ecf.core.events.ContainerDisconnectedEvent
public class ContainerDisconnectedEvent
Container disconnected event.
| Constructor Summary | |
|---|---|
ContainerDisconnectedEvent(ID localContainerID,
ID targetID)
Creates a new ContainerDisconnectedEvent to indicate that the container has now completely disconnected from its target host. |
|
| Method Summary | |
|---|---|
ID |
getLocalContainerID()
Get ID of local discovery container (the discovery container receiving this event). |
ID |
getTargetID()
Get ID of container target (the container we were disconnected from) |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ContainerDisconnectedEvent(ID localContainerID,
ID targetID)
localContainerID - the ID of the local containertargetID - the ID of the target| Method Detail |
|---|
public ID getTargetID()
IContainerDisconnectedEvent
getTargetID in interface IContainerDisconnectedEventpublic ID getLocalContainerID()
IContainerEvent
getLocalContainerID in interface IContainerEventnull
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||