Interface CurrentState
-
- All Known Implementing Classes:
ErrorState,InitializationState,SimpleState,SuccessfulCommitState,TimestampAwareState
public interface CurrentState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetMessageForUI()longgetTimestemp()booleanisError()
-
-
-
Method Detail
-
isError
boolean isError()
-
getMessageForUI
String getMessageForUI()
-
getTimestemp
long getTimestemp()
-
-