Uses of Interface
com.esprow.oapi.repository.OapiAction
Packages that use OapiAction
-
Uses of OapiAction in com.esprow.oapi.repository
Subinterfaces of OapiAction in com.esprow.oapi.repositoryMethods in com.esprow.oapi.repository that return OapiActionModifier and TypeMethodDescriptionOapiRepositoryFactory.createAction()
Returns a new object of class 'Action'.OapiState.getActivity()
Returns an operation launched when entering the state and completed when exiting or earlier.OapiTimerSchedule.getActivity()
Returns an action to take when the timer expires.OapiState.getOnentry()
Returns an operation fired when entering the state.OapiState.getOnexit()
Returns an operation launched when exiting the state.Methods in com.esprow.oapi.repository with parameters of type OapiActionModifier and TypeMethodDescriptionvoid
OapiState.setActivity
(OapiAction value) Set an operation launched when entering the state and completed when exiting or earlier.void
OapiTimerSchedule.setActivity
(OapiAction value) Set an action to take when the timer expires.void
OapiState.setOnentry
(OapiAction value) Set an operation fired when entering the state.void
OapiState.setOnexit
(OapiAction value) Set an operation launched when exiting the state.