- java.lang.Object
-
- org.testfx.service.support.FiredEvents
-
public final class FiredEvents extends Object
Stores a list of events that have been fired since the start of a test; useful for debugging. UsebeginStoringFiredEventsOf(Stage)to start storing a stage's fired events andstopStoringFiredEvents()when finished and cleaning up this object.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FiredEventsbeginStoringFiredEventsOf(Stage stage)voidclearEvents()List<Event>getEvents()voidstopStoringFiredEvents()
-
-
-
Method Detail
-
beginStoringFiredEventsOf
public static FiredEvents beginStoringFiredEventsOf(Stage stage)
-
clearEvents
public final void clearEvents()
-
stopStoringFiredEvents
public final void stopStoringFiredEvents()
-
-