|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.engineering.eventdriven.StateChangeRecord
public final class StateChangeRecord
This contains all of the details about a state change that a state change handler might want to know when reporting it.
| Field Summary | |
|---|---|
java.lang.String |
endStateId
The state of the entity after the state change. |
java.lang.String |
entityId
The name of the entity that changed state. |
java.lang.Object[] |
eventArgs
The event arguments. |
java.lang.String |
eventSpecId
The event type. |
java.lang.String |
startStateId
The state of the entity before the state change. |
java.util.Date |
timeStamp
The time of the state change. |
int |
transitionType
The transition type code. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.util.Date timeStamp
public java.lang.String entityId
public java.lang.String startStateId
public java.lang.String eventSpecId
public java.lang.Object[] eventArgs
public int transitionType
public java.lang.String endStateId
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||