flowsim.core
Interface Event


public abstract interface Event

An event in flowsim is a command to be executed.


Method Summary
 void trigger()
          Command to be executed when the event occurs.
 

Method Detail

trigger

public void trigger()
Command to be executed when the event occurs.