|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StateEnginePolicy
Implementations of this interface may be used to control some aspects of state engine operation.
| Method Summary | |
|---|---|
boolean |
isListenerExceptionLogged()
Specifies whether exceptions raised by listeners, in response to state events, are logged by the implementation. |
boolean |
isListenerExceptionThrown()
Specifies whether exceptions raised by listeners, in response to state events, are thrown on a call to setState or
transition. |
| Method Detail |
|---|
boolean isListenerExceptionLogged()
boolean isListenerExceptionThrown()
setState or
transition. The throwing of such exceptions may prevent
some listeners from receiving event notification but is guaranteed not
interfere with the success of the transition.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||