Interface TimelineScenarioCallback
-
- All Known Implementing Classes:
TimelineScenario.Chain
public interface TimelineScenarioCallback
Callback for tracking theTimelineScenario
s.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onTimelineScenarioDone()
Indicates that all timelines and actors in the timeline scenario have finished.
-