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 String
getMessageForUI()
long
getTimestemp()
boolean
isError()
-
-
-
Method Detail
-
isError
boolean isError()
-
getMessageForUI
String getMessageForUI()
-
getTimestemp
long getTimestemp()
-
-