Uses of Interface
ch.aplu.android.ToolBarListener

Packages that use ToolBarListener
ch.aplu.android Package of the JDroidLib framework for developing Android applications with a focus on gaming and simulations. 
 

Uses of ToolBarListener in ch.aplu.android
 

Classes in ch.aplu.android that implement ToolBarListener
 class ToolBarAdapter
          Empty implementation of callback methods called for tool bar item events.
 

Methods in ch.aplu.android with parameters of type ToolBarListener
 void ToolBar.addToolBarListener(ToolBarListener listener)
          Registers a tool bar listener to get event notifications when an item is touched.