Uses of Interface
sk.baka.ambient.AppState.IAppStateAware

Packages that use AppState.IAppStateAware
sk.baka.ambient   
sk.baka.ambient.activity.main   
 

Uses of AppState.IAppStateAware in sk.baka.ambient
 

Classes in sk.baka.ambient that implement AppState.IAppStateAware
 class PlaylistPlayer
          This is THE component :) Combines player and playlist.
 

Methods in sk.baka.ambient with parameters of type AppState.IAppStateAware
 void AppStateHandler.registerStateAware(AppState.IAppStateAware aware)
          Registers given state aware object.
 void AppStateHandler.unregisterStateAware(AppState.IAppStateAware aware)
          Unregisters given state aware object.
 

Method parameters in sk.baka.ambient with type arguments of type AppState.IAppStateAware
 boolean AppStateHandler.containsStateAware(Class<? extends AppState.IAppStateAware> clazz)
          Checks if a handler with given class is present in the state aware handlers.
 

Uses of AppState.IAppStateAware in sk.baka.ambient.activity.main
 

Classes in sk.baka.ambient.activity.main that implement AppState.IAppStateAware
 class MainActivity
          The main activity.
 



Copyright © 2007-2008. All Rights Reserved.