fulmine.model.container.events
Class ContainerDestroyedEvent
java.lang.Object
fulmine.event.AbstractEvent
fulmine.event.system.AbstractSystemEvent
fulmine.model.container.events.ContainerDestroyedEvent
- All Implemented Interfaces:
- IEvent, ISystemEvent, IAddressable, IDescriptor, Cloneable
public final class ContainerDestroyedEvent
- extends AbstractSystemEvent
Raised when a local IContainer
has been destroyed.
This is an ISystemEvent
and listeners for these events need to be
instances of ISystemEventListener
. The listener should be registered
against the IEventSource
returned from
IEventManager.getSystemEventSource(Class)
.
- Author:
- Ramon Servadei
Methods inherited from class fulmine.event.AbstractEvent |
clone, equals, getAddress, getDomain, getDrivingFrame, getFrame, getIdentity, getSource, getTriggerEvent, getType, hashCode, setAddress, setDrivingFrame, setFrame, setSource, setTriggerEvent, toDetailedString, toIdentityString, toString |
ContainerDestroyedEvent
public ContainerDestroyedEvent(IEventManager context,
String identity,
IType type,
IDomain domain)
- Unit test constructor
- Parameters:
context
- the context for event operationsidentity
- the identity of the container that has been destroyedtype
- the container type that has been destroyeddomain
- the domain of the container that has been destroyed
ContainerDestroyedEvent
public ContainerDestroyedEvent(IEventManager context,
IAddressable id)
- Constructor using a template addressable
- Parameters:
context
- the context for event operationsid
- the addressable for this
Copyright © 2007-2009. All Rights Reserved.