net.sourceforge.andsys
Class AsActivityPackages

java.lang.Object
  extended by ListActivity
      extended by net.sourceforge.andsys.AsActivityPackages

public class AsActivityPackages
extends ListActivity


Constructor Summary
AsActivityPackages()
           
 
Method Summary
 boolean onCreateOptionsMenu(Menu menu)
          Initialize the contents of the Activity's standard options menu.
 void onItemSelected( parent, View view, int position, long id)
           
 void onNothingSelected( arg0)
           
 boolean onOptionsItemSelected(MenuItem item)
          This hook is called whenever an item in your options menu is selected.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsActivityPackages

public AsActivityPackages()
Method Detail

onCreateOptionsMenu

public boolean onCreateOptionsMenu(Menu menu)
Initialize the contents of the Activity's standard options menu. The options menu is shown when you press the "Menu" button on the device.

See Also:
android.app.Activity#onCreateOptionsMenu(android.view.Menu)

onOptionsItemSelected

public boolean onOptionsItemSelected(MenuItem item)
This hook is called whenever an item in your options menu is selected.

See Also:
android.app.Activity#onOptionsItemSelected(android.view.MenuItem)

onItemSelected

public void onItemSelected( parent,
                           View view,
                           int position,
                           long id)

onNothingSelected

public void onNothingSelected( arg0)