All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.bulletproof.gui.SpotletHandler

com.bulletproof.gui.SpotletHandler

public class SpotletHandler

Constructor Index

 o SpotletHandler()

Method Index

 o addTimer(TimerListener, int)
Adds a timer to a control.
 o keyDown(int)
 o penDown(int, int)
 o penMove(int, int)
 o penUp(int, int)
 o removeTimer(Timer)
Removes a timer.

Constructors

 o SpotletHandler
 public SpotletHandler()

Methods

 o keyDown
 public void keyDown(int keyCode)
 o penDown
 public void penDown(int x,
                     int y)
 o penUp
 public void penUp(int x,
                   int y)
 o penMove
 public void penMove(int x,
                     int y)
 o 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.

 o 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