Package edu.wpi.grip.core.events
Class RunStoppedEvent
- java.lang.Object
-
- edu.wpi.grip.core.events.RunStoppedEvent
-
public class RunStoppedEvent extends java.lang.Object
An event fired when the pipeline stops running. This is guaranteed to follow a correspondingRunStartedEvent
.This is different from
RenderEvent
in that it will always be fired when the pipeline runs.
-
-
Constructor Summary
Constructors Constructor Description RunStoppedEvent()
-