edu.cmu.emulator.event
Class EventRunner

java.lang.Object
  extended by edu.cmu.emulator.event.EventRunner
All Implemented Interfaces:
Runnable

public class EventRunner
extends Object
implements Runnable

EventRunner executes events in an independent thread.


Field Summary
protected  EmuEvent event
           
 
Constructor Summary
EventRunner(EmuEvent event)
           
 
Method Summary
 void run()
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

event

protected EmuEvent event
Constructor Detail

EventRunner

public EventRunner(EmuEvent event)
Method Detail

start

public void start()

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2013. All Rights Reserved.