Package edu.wpi.grip.core.events
Class RenderEvent
- java.lang.Object
-
- edu.wpi.grip.core.events.RenderEvent
-
public class RenderEvent extends java.lang.Object
An event that occurs when the pipeline has completed a run. Anything that needs to render an image from the pipeline should do so by subscribing to this event.
-
-
Constructor Summary
Constructors Constructor Description RenderEvent()
-