- All Implemented Interfaces:
- IntroButton.Behaviour, java.lang.Runnable
- Direct Known Subclasses:
- IntroButton.CloseApp, IntroButton.DoNothing, IntroButton.GoToFirstPage, IntroButton.GoToLastPage, IntroButton.GoToNextPage, IntroButton.GoToPreviousPage, IntroButton.ProgressToNextActivity, IntroButton.RequestPermissions
- Enclosing class:
- IntroButton
public abstract static class IntroButton.BehaviourAdapter
extends java.lang.Object
implements IntroButton.Behaviour
A partial implementation of the Behaviour interface, designed to eliminate boilerplate code
in full implementations. This class features a simple getter/setter combo for the target
IntroActivity, so that subclasses simply need to implement run() and use getActivity() to obtain the activity to manipulate.