|
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--java.util.EventObject
|
+--com.droplets.api.event.MenuSelectionEvent
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
MenuSelectionEvent(DeprecatedMenu source,
java.lang.String menuItem)
Deprecated. Constructs a new MenuSelectionEvent. |
|
| Method Summary | |
DeprecatedMenu |
getMenu()
Deprecated. Type-safe method to return the source object of this event, since we know it's a Menu. |
java.lang.String |
getMenuItem()
Deprecated. Gets the menu item that was selected. |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public MenuSelectionEvent(DeprecatedMenu source,
java.lang.String menuItem)
MenuSelectionEvent.source - the menu from which an item was selectedmenuItem - the menu item that was selected| Method Detail |
public DeprecatedMenu getMenu()
public java.lang.String getMenuItem()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||