GP.Reactors
Class OnDownInGraphicAndUp

java.lang.Object
  |
  +--GP.Reactors.MouseClick
        |
        +--GP.Reactors.OnDownInGraphicAndUp
All Implemented Interfaces:
Reactor

public class OnDownInGraphicAndUp
extends MouseClick


Constructor Summary
OnDownInGraphicAndUp(Graphic graphic, Doable downInside, Doable up)
           
 
Methods inherited from class GP.Reactors.MouseClick
AmIHot, CoolDown, GetGraphic, GetPosition, HeatUp, SetOccurances, TurnOff, TurnOn
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OnDownInGraphicAndUp

public OnDownInGraphicAndUp(Graphic graphic,
                            Doable downInside,
                            Doable up)