org.intranet.sim.clock
Class RealTimeClock.RealTimeClockFactory

java.lang.Object
  extended byorg.intranet.sim.clock.RealTimeClock.RealTimeClockFactory
All Implemented Interfaces:
ClockFactory
Enclosing class:
RealTimeClock

public static class RealTimeClock.RealTimeClockFactory
extends java.lang.Object
implements ClockFactory


Constructor Summary
RealTimeClock.RealTimeClockFactory()
           
 
Method Summary
 Clock createClock(Clock.FeedbackListener cl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RealTimeClock.RealTimeClockFactory

public RealTimeClock.RealTimeClockFactory()
Method Detail

createClock

public Clock createClock(Clock.FeedbackListener cl)
Specified by:
createClock in interface ClockFactory