JTablet 1.2.0 API

Uses of Interface
cello.jtablet.event.TabletListener

Packages that use TabletListener
cello.jtablet Provides classes for accessing the tablet and attaching listeners to AWT components. 
cello.jtablet.event Provides interfaces and classes for dealing with tablet events on AWT components. 
 

Uses of TabletListener in cello.jtablet
 

Methods in cello.jtablet with parameters of type TabletListener
abstract  void TabletManager.addScreenTabletListener(TabletListener listener)
          Adds a TabletListener to the entire screen.
abstract  void TabletManager.addTabletListener(Component component, TabletListener listener)
          Adds a TabletListener to a specific Component.
abstract  void TabletManager.removeScreenTabletListener(TabletListener listener)
          Removes a TabletListener previously added with TabletManager.addScreenTabletListener(TabletListener).
abstract  void TabletManager.removeTabletListener(Component component, TabletListener listener)
          Removes a TabletListener previously added to a specific component with TabletManager.addTabletListener(Component,TabletListener).
 

Uses of TabletListener in cello.jtablet.event
 

Classes in cello.jtablet.event that implement TabletListener
 class TabletAdapter
          This class is a convenience class that implements TabletListener as empty methods.
 class TabletFunneler
          A convenience class that implements TabletListener as a funnel to a single abstract method you can implement to handle all events.
 

Methods in cello.jtablet.event with parameters of type TabletListener
 void TabletEvent.fireEvent(TabletListener listener)
          Triggers this event on the given TabletListener.
 


JTablet 1.2.0 API