org.deken.game.component
Class ButtonNotify

java.lang.Object
  extended by org.deken.game.component.ButtonNotify

public class ButtonNotify
extends java.lang.Object

Title: ButtonNotify

Description: TODO

Copyright: Copyright (c) Oct 17, 2013

Version:
1.0
Author:
Gary Deken

Field Summary
static ButtonNotify BOTH
           
static ButtonNotify ON_CLICK
           
static ButtonNotify ON_RELEASE
           
 
Method Summary
 boolean isNotify(boolean actionActive)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ON_CLICK

public static ButtonNotify ON_CLICK

ON_RELEASE

public static ButtonNotify ON_RELEASE

BOTH

public static ButtonNotify BOTH
Method Detail

isNotify

public boolean isNotify(boolean actionActive)