GP.Reactors
Class OnPressAndRelease

java.lang.Object
  |
  +--GP.Reactors.KeyClick
        |
        +--GP.Reactors.OnPressAndRelease
All Implemented Interfaces:
Reactor

public class OnPressAndRelease
extends KeyClick


Constructor Summary
OnPressAndRelease(Container container, java.lang.String keyString, Graphic graphic, Doable onDownInside, Doable onUp)
           
 
Methods inherited from class GP.Reactors.KeyClick
SetOccurances, TurnOff, TurnOn
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OnPressAndRelease

public OnPressAndRelease(Container container,
                         java.lang.String keyString,
                         Graphic graphic,
                         Doable onDownInside,
                         Doable onUp)