ca.nengo.sim
Class SimulatorEvent

java.lang.Object
  extended by ca.nengo.sim.SimulatorEvent

public class SimulatorEvent
extends java.lang.Object


Nested Class Summary
static class SimulatorEvent.Type
           
 
Constructor Summary
SimulatorEvent(float progress, SimulatorEvent.Type type)
           
 
Method Summary
 float getProgress()
           
 SimulatorEvent.Type getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimulatorEvent

public SimulatorEvent(float progress,
                      SimulatorEvent.Type type)
Method Detail

getProgress

public float getProgress()

getType

public SimulatorEvent.Type getType()