Uses of Class
tcl.lang.TclEvent

Packages that use TclEvent
tcl.lang   
tcl.lang.channel   
 

Uses of TclEvent in tcl.lang
 

Methods in tcl.lang with parameters of type TclEvent
 int EventDeleter.deleteEvent(TclEvent evt)
          This method is called once for each event in the event queue.
 int Notifier.deleteEvent(TclEvent evt)
          Deprecated. 
 void Notifier.queueEvent(TclEvent evt, int position)
          Insert an event into the event queue at one of three positions: the head, the tail, or before a floating marker.
 

Uses of TclEvent in tcl.lang.channel
 

Subclasses of TclEvent in tcl.lang.channel
 class FileEvent
          This class is the handles the transient event that executes a 'fileevent' script exactly once.
 class SocketConnectionEvent
          A subclass of TclEvent used to indicate that a connection has been made to a server socket.
 



Copyright © 2015. All rights reserved.