All Packages Class Hierarchy This Package Previous Next Index
Class com.bulletproof.gui.SpotletHandler
com.bulletproof.gui.SpotletHandler
- public class SpotletHandler
-
SpotletHandler()
-
-
addTimer(TimerListener, int)
- Adds a timer to a control.
-
keyDown(int)
-
-
penDown(int, int)
-
-
penMove(int, int)
-
-
penUp(int, int)
-
-
removeTimer(Timer)
- Removes a timer.
SpotletHandler
public SpotletHandler()
keyDown
public void keyDown(int keyCode)
penDown
public void penDown(int x,
int y)
penUp
public void penUp(int x,
int y)
penMove
public void penMove(int x,
int y)
addTimer
public static Timer addTimer(TimerListener target,
int millis)
- Adds a timer to a control. This method is protected, the public
method to add a timer to a control is the addTimer() method in
the Control class.
removeTimer
public static boolean removeTimer(Timer timer)
- Removes a timer. This method returns true if the timer was found
and removed and false if the given timer could not be found.
All Packages Class Hierarchy This Package Previous Next Index