mWaba.gui.control
Class MenuEvent

java.lang.Object
  |
  +--waba.ui.Event
        |
        +--waba.ui.ControlEvent
              |
              +--mWaba.gui.mControlEvent
                    |
                    +--mWaba.gui.control.MenuEvent
Direct Known Subclasses:
ListEvent

public class MenuEvent
extends mControlEvent


Field Summary
static int DESELECTED
           
static int SELECTED
           
 java.lang.Object selectedItem
           
 
Fields inherited from class mWaba.gui.mControlEvent
consumed
 
Fields inherited from class waba.ui.ControlEvent
FOCUS_IN, FOCUS_OUT, PRESSED, TIMER
 
Fields inherited from class waba.ui.Event
target, timeStamp, type
 
Constructor Summary
MenuEvent(int type, waba.ui.Control target, java.lang.Object item)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SELECTED

public static final int SELECTED

DESELECTED

public static final int DESELECTED

selectedItem

public java.lang.Object selectedItem
Constructor Detail

MenuEvent

public MenuEvent(int type,
                 waba.ui.Control target,
                 java.lang.Object item)