fulmine.distribution.events
Class ChannelDestroyedEvent
java.lang.Object
fulmine.event.AbstractEvent
fulmine.event.system.AbstractSystemEvent
fulmine.distribution.events.ChannelDestroyedEvent
- All Implemented Interfaces:
- IEvent, ISystemEvent, IAddressable, IDescriptor, Cloneable
public class ChannelDestroyedEvent
- extends AbstractSystemEvent
Raised when a Channel
has completed its destroy sequence.
- 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 |
ChannelDestroyedEvent
public ChannelDestroyedEvent(IEventManager context,
IChannel channel)
- Standard constructor to encapsulate the destroyed channel
- Parameters:
context
- the context for event operationschannel
- the channel that was destroyed
getChannel
public IChannel getChannel()
- Get the channel that was destroyed
- Returns:
- the channel that was destroyed
getAdditionalToString
protected String getAdditionalToString()
- Description copied from class:
AbstractEvent
- Delegate method for subclasses to provide additional toString
information. This should be a comma separated string, e.g.
"one, two, three"
- Overrides:
getAdditionalToString
in class AbstractSystemEvent
- Returns:
- the additional toString information in comma separated format
Copyright © 2007-2009. All Rights Reserved.