ist.palcom.device
Class EventChannelThread

java.lang.Object
  extended by ist.palcom.palcomthreads.PalcomThread
      extended by ist.palcom.palcomthreads.PalcomPriorityThread
          extended by ist.palcom.device.EventChannelThread

public class EventChannelThread
extends PalcomPriorityThread

EventChannelThread is a PalcomThread that handles an EventChannel. One EventChannelThread must be running for event-passing through the channel to work.


Constructor Summary
EventChannelThread(EventChannel channel)
           
 
Method Summary
 void run()
          This method is overridden by subclasses.
 
Methods inherited from class ist.palcom.palcomthreads.PalcomPriorityThread
getPriority, setPriority
 
Methods inherited from class ist.palcom.palcomthreads.PalcomThread
askEvent, disableIOEvents, disablePeriodicEvents, enableIOEvent, enablePeriodicEvents, getScheduler, putEvent, terminate, waitEvent, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventChannelThread

public EventChannelThread(EventChannel channel)
Method Detail

run

public void run()
Description copied from class: PalcomThread
This method is overridden by subclasses.

Overrides:
run in class PalcomThread