Class SimpleEvent

java.lang.Object
mgui.models.events.SimpleEvent
All Implemented Interfaces:
DynamicModelEvent, TimeStepListener
Direct Known Subclasses:
SimpleEnvironmentEvent

public class SimpleEvent
extends java.lang.Object
implements DynamicModelEvent
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected int code  
    protected double delay  
  • Constructor Summary

    Constructors
    Constructor Description
    SimpleEvent()  
  • Method Summary

    Modifier and Type Method Description
    int getCode()  
    double getDelay()  
    void timeElapsed​(double time)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • delay

      protected double delay
    • code

      protected int code
  • Constructor Details

    • SimpleEvent

      public SimpleEvent()
  • Method Details