sk.baka.ambient.activity.main
Class AbstractController.Listener

java.lang.Object
  extended by sk.baka.ambient.activity.main.AbstractController.Listener
All Implemented Interfaces:
View.OnClickListener, AdapterView.OnItemClickListener
Enclosing class:
AbstractController

protected final class AbstractController.Listener
extends Object
implements View.OnClickListener, AdapterView.OnItemClickListener

The activity button listener.


Constructor Summary
protected AbstractController.Listener()
           
 
Method Summary
 void onClick(View arg0)
           
 void onItemClick(AdapterView parent, View v, int position, long id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractController.Listener

protected AbstractController.Listener()
Method Detail

onClick

public void onClick(View arg0)
Specified by:
onClick in interface View.OnClickListener

onItemClick

public void onItemClick(AdapterView parent,
                        View v,
                        int position,
                        long id)
Specified by:
onItemClick in interface AdapterView.OnItemClickListener


Copyright © 2007-2008. All Rights Reserved.