org.eclipse.ecf.core.sharedobject.events
Class SharedObjectDeactivatedEvent

java.lang.Object
  extended by org.eclipse.ecf.core.sharedobject.events.SharedObjectDeactivatedEvent
All Implemented Interfaces:
IContainerEvent, ISharedObjectDeactivatedEvent, Event

public class SharedObjectDeactivatedEvent
extends java.lang.Object
implements ISharedObjectDeactivatedEvent


Constructor Summary
SharedObjectDeactivatedEvent(ID container, ID deact)
           
 
Method Summary
 ID getDeactivatedID()
           
 ID getLocalContainerID()
          Get ID of local discovery container (the discovery container receiving this event).
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SharedObjectDeactivatedEvent

public SharedObjectDeactivatedEvent(ID container,
                                    ID deact)
Method Detail

getDeactivatedID

public ID getDeactivatedID()
Specified by:
getDeactivatedID in interface ISharedObjectDeactivatedEvent

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

toString

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