VdexReload 1.1.3 API

uk.ac.reload.dweezil.menu
Class ReloadMenuEvent

java.lang.Object
  extended byuk.ac.reload.dweezil.menu.ReloadMenuEvent

public class ReloadMenuEvent
extends java.lang.Object

A Menu event was fired - this is the Event that is fired to Listeners.


Constructor Summary
ReloadMenuEvent(MenuAction source)
          Constructor
 
Method Summary
 MenuAction getSource()
          Get the MenuAction that caused this event
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReloadMenuEvent

public ReloadMenuEvent(MenuAction source)
Constructor

Parameters:
source - the MenuAction that caused this event
Method Detail

getSource

public MenuAction getSource()
Get the MenuAction that caused this event

Returns:
the MenuAction that caused this event

VdexReload 1.1.3 API