lejos.realtime
Class BoundAsyncEventHandler

java.lang.Object
  extended by lejos.realtime.AsyncEventHandler
      extended by lejos.realtime.BoundAsyncEventHandler
All Implemented Interfaces:
Runnable, Schedulable

public class BoundAsyncEventHandler
extends AsyncEventHandler
implements Schedulable

Author:
Team iRboT

Constructor Summary
BoundAsyncEventHandler()
           
 
Method Summary
 
Methods inherited from class lejos.realtime.AsyncEventHandler
addIfFeasible, addToFeasibility, getMemoryParameters, getProcessingGroupParameters, getReleaseParameters, getScheduler, getSchedulingParameters, handleAsyncEvent, removeFromFeasibility, run, setIfFeasible, setIfFeasible, setIfFeasible, setIfFeasible, setIfFeasible, setMemoryParameters, setMemoryParametersIfFeasible, setProcessingGroupParameters, setProcessingGroupParametersIfFeasible, setReleaseParameters, setReleaseParametersIfFeasible, setScheduler, setScheduler, setSchedulingParameters, setSchedulingParametersIfFeasible
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface lejos.realtime.Schedulable
addIfFeasible, addToFeasibility, getMemoryParameters, getProcessingGroupParameters, getReleaseParameters, getScheduler, getSchedulingParameters, removeFromFeasibility, setIfFeasible, setIfFeasible, setIfFeasible, setIfFeasible, setIfFeasible, setMemoryParameters, setMemoryParametersIfFeasible, setProcessingGroupParameters, setProcessingGroupParametersIfFeasible, setReleaseParameters, setReleaseParametersIfFeasible, setScheduler, setScheduler, setSchedulingParameters, setSchedulingParametersIfFeasible
 
Methods inherited from interface java.lang.Runnable
run
 

Constructor Detail

BoundAsyncEventHandler

public BoundAsyncEventHandler()