Uses of Class
tcl.lang.Notifier

Packages that use Notifier
tcl.lang   
 

Uses of Notifier in tcl.lang
 

Methods in tcl.lang that return Notifier
 Notifier Interp.getNotifier()
          Retrieve the Notifier associated with this Interp.
static Notifier Notifier.getNotifierForThread(Thread thread)
          Get the notifier for this thread, creating the Notifier, when necessary.
 

Methods in tcl.lang with parameters of type Notifier
static void Notifier.processTclEvents(Notifier notifier)
           
 void IdleHandler.register(Notifier n)
          Register Idle handler in the list of handlers for the given Notifier
 

Constructors in tcl.lang with parameters of type Notifier
IdleHandler(Notifier n)
          Create a idle handler to be fired when the notifier is idle.
TimerHandler(Notifier n, long milliseconds)
          Create a timer handler to be fired after the given time lapse.
 



Copyright © 2015. All rights reserved.