-
-
Method Summary
Modifier and Type Method Description abstract Iterable<Interceptor<INTERACTION, ASSERTION, ACTION>>screenInterceptors()abstract Interceptor<INTERACTION, ASSERTION, ACTION>kakaoInterceptor()BooleaninterceptCheck(ASSERTION assertion)Runs the interceptors available for the given delegate during the checkoperation.BooleaninterceptPerform(ACTION action)Runs the interceptors available for the given delegate during the performoperation.abstract INTERACTIONgetInteraction()abstract UnitsetInteraction(INTERACTION interaction)abstract Interceptor<INTERACTION, ASSERTION, ACTION>getInterceptor()abstract UnitsetInterceptor(Interceptor<INTERACTION, ASSERTION, ACTION> interceptor)-
-
Method Detail
-
screenInterceptors
abstract Iterable<Interceptor<INTERACTION, ASSERTION, ACTION>> screenInterceptors()
-
kakaoInterceptor
abstract Interceptor<INTERACTION, ASSERTION, ACTION> kakaoInterceptor()
-
interceptCheck
Boolean interceptCheck(ASSERTION assertion)
Runs the interceptors available for the given delegate during the
checkoperation.
-
interceptPerform
Boolean interceptPerform(ACTION action)
Runs the interceptors available for the given delegate during the
performoperation.
-
getInteraction
abstract INTERACTION getInteraction()
-
setInteraction
abstract Unit setInteraction(INTERACTION interaction)
-
getInterceptor
abstract Interceptor<INTERACTION, ASSERTION, ACTION> getInterceptor()
-
setInterceptor
abstract Unit setInterceptor(Interceptor<INTERACTION, ASSERTION, ACTION> interceptor)
-
-
-
-