|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object fulmine.event.AbstractEvent fulmine.model.container.events.ContainerStateChangeEvent
public final class ContainerStateChangeEvent
Raised when an IContainer
has a change in its state.
IContainer.getDataState()
Constructor Summary | |
---|---|
ContainerStateChangeEvent(IEventManager context,
IContainer container,
IContainer.DataState newState,
IContainer.DataState oldState)
Standard constructor |
Method Summary | |
---|---|
protected String |
getAdditionalToString()
Delegate method for subclasses to provide additional toString information. |
IContainer |
getContainer()
Get the container for the state change event |
IContainer.DataState |
getNewState()
Get the new state of the container |
IContainer.DataState |
getOldState()
Get the previous state of the container |
String |
toIdentityString()
Get a string that provides the identification for this object. |
Methods inherited from class fulmine.event.AbstractEvent |
---|
clone, equals, getAddress, getDomain, getDrivingFrame, getFrame, getIdentity, getSource, getTriggerEvent, getType, hashCode, hideSourceFromToString, setAddress, setDrivingFrame, setFrame, setSource, setTriggerEvent, toDetailedString, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ContainerStateChangeEvent(IEventManager context, IContainer container, IContainer.DataState newState, IContainer.DataState oldState)
context
- the context for event operationscontainer
- the containernewState
- the new stateoldState
- the old stateMethod Detail |
---|
public IContainer getContainer()
IContainer
for the state change eventpublic String toIdentityString()
IDescriptor
Object.toString()
method.
toIdentityString
in interface IDescriptor
toIdentityString
in class AbstractEvent
public IContainer.DataState getNewState()
public IContainer.DataState getOldState()
protected String getAdditionalToString()
AbstractEvent
getAdditionalToString
in class AbstractEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |