|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfulmine.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 state| Method Detail |
|---|
public IContainer getContainer()
IContainer for the state change eventpublic String toIdentityString()
IDescriptorObject.toString() method.
toIdentityString in interface IDescriptortoIdentityString in class AbstractEventpublic 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 | |||||||||