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