Package com.ribs
Interface RibsEventListener.Listener
- Enclosing class:
- RibsEventListener
public static interface RibsEventListener.Listener
An interface for objects that want notification about event processing.
- 
Method SummaryModifier and TypeMethodDescriptionvoidCalled when the app activates.voidCalled when the app de-activates.
- 
Method Details- 
appActivatedvoid appActivated()Called when the app activates.
- 
appDeactivatedvoid appDeactivated()Called when the app de-activates.
 
-