Interface LastEventUI
-
public interface LastEventUI
An optional interface to use on a System Plugin. When used a tab will appear when the simulation is completed called "Event # of Victim [name]"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
buildLastEventUI(Scenario scenario, EventResult lastEvent, Collector collector, javax.swing.JPanel canvas)
java.lang.String
lastEventUIname()
-
-
-
Method Detail
-
lastEventUIname
java.lang.String lastEventUIname()
-
buildLastEventUI
void buildLastEventUI(Scenario scenario, EventResult lastEvent, Collector collector, javax.swing.JPanel canvas)
-
-