hades.simulator
Interface Wakeable

All Superinterfaces:
Simulatable
All Known Implementing Classes:
ClockGen, ClockGen2, ClockGenWithAutoStop, Dcf77Clock, Dcf77Sender, DiodeSwitch, FastPic16F84, GenericOnebitLogicObject, GenericRtlibObject, GraphicsLCD, GraphicsLCDnfb, HexSwitch, IDTR3051, Ipin, MidiReceiver, Pic16C84, Pic16C84Debug, PowerOnReset, PulseSwitch, RealTimeClock, RemoteOpin, SerialTerminal, SevenSegmentMultiplexed, SmartPic16F84, StimuliParser.ClockGen, Stimulus, Switch, TextLCD, TurboPic16C84

public interface Wakeable
extends Simulatable

Wakeable - the basic interface objects must implement in order to react to WakeupEvents, as well as to normal SimEvents.


Method Summary
 void wakeup(java.lang.Object arg)
          wakeup(): This method is called by the simulation engine to wakeup the simulation object.
 
Methods inherited from interface hades.simulator.Simulatable
elaborate, evaluate, message
 

Method Detail

wakeup

public void wakeup(java.lang.Object arg)
wakeup(): This method is called by the simulation engine to wakeup the simulation object.