Uses of Interface
gumbo.interact.button.ButtonTrigger

Packages that use ButtonTrigger
gumbo.interact.button   
 

Uses of ButtonTrigger in gumbo.interact.button
 

Subinterfaces of ButtonTrigger in gumbo.interact.button
 interface ButtonGesture
          Base interface for button gestures, which involve gesture targets and trigger buttons.
 

Classes in gumbo.interact.button that implement ButtonTrigger
 class AbstractButtonGesture
          Base class for button gestures.
 class AbstractButtonTrigger
          Abstract base class for button triggers.
 class FancyButtonTrigger
          An abstract "fancy" button trigger, which is stateful (must be armed before firing), button edge (not level) sensing, and can perform trigger capture.
 class LatchButtonTrigger
          A latching button trigger that is stateful (must be armed before firing), button edge (not level) sensing, and can perform trigger capture.
 class PulseButtonTrigger
          Similar to a LatchButtonTrigger but upon firing the latch is immediately reset, hence the fire output event is a "pulse".
 class PushButtonTrigger
          A non-latching "push" button trigger that is stateful (must be armed before firing), button edge (not level) sensing, and can perform trigger capture.
 class SimpleButtonTrigger
          A "simple" button trigger, which is stateless (can arm and fire simultaneously), button level (not edge) sensing, and does not perform trigger capture.