|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectActivity
daily49er.android.app.EventsTab
public class EventsTab
The Events Tab is composed of the Daily49er's "Diversions" calendar which is implemented via an embedded WebView.
Constructor Summary | |
---|---|
EventsTab()
|
Method Summary | |
---|---|
void |
onCreate(Bundle savedInstanceState)
Called when the activity is first created. |
boolean |
onKeyDown(int keyCode,
KeyEvent event)
This callback method will be called anytime a button is pressed while in the Events tab WebView; it will go back to a previous page in the webview. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventsTab()
Method Detail |
---|
public void onCreate(Bundle savedInstanceState)
public boolean onKeyDown(int keyCode, KeyEvent event)
keyCode
- - the key code that is passed whenever any of the standard device buttons are
pressed.keyEvent
- - the event that is triggered by the button press.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |