org.eclipse.ecf.core.events
Class ContainerDisconnectingEvent

java.lang.Object
  extended by org.eclipse.ecf.core.events.ContainerDisconnectingEvent
All Implemented Interfaces:
IContainerDisconnectingEvent, IContainerEvent, Event

public class ContainerDisconnectingEvent
extends java.lang.Object
implements IContainerDisconnectingEvent


Constructor Summary
ContainerDisconnectingEvent(ID localContainerID, ID targetID)
           
 
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 are disconnecting from)
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContainerDisconnectingEvent

public ContainerDisconnectingEvent(ID localContainerID,
                                   ID targetID)
Method Detail

getLocalContainerID

public ID getLocalContainerID()
Description copied from interface: IContainerEvent
Get ID of local discovery container (the discovery container receiving this event).

Specified by:
getLocalContainerID in interface IContainerEvent
Returns:
ID for local container. Will not return null

getTargetID

public ID getTargetID()
Description copied from interface: IContainerDisconnectingEvent
Get ID of container target (the container we are disconnecting from)

Specified by:
getTargetID in interface IContainerDisconnectingEvent
Returns:
ID the ID of the container we are disconnecting from. Will not be null.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object