apes
Class MenuActionActivated

java.lang.Object
  extended by apes.MenuActionActivated
All Implemented Interfaces:
MenuAction

public abstract class MenuActionActivated
extends java.lang.Object
implements MenuAction


Constructor Summary
MenuActionActivated()
           
 
Method Summary
 boolean isActivated()
          weather or not this action is currently active.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface apes.MenuAction
execute
 

Constructor Detail

MenuActionActivated

public MenuActionActivated()
Method Detail

isActivated

public boolean isActivated()
Description copied from interface: MenuAction
weather or not this action is currently active. If not, execute will not be performed on click.

Specified by:
isActivated in interface MenuAction