Class 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()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RenderEvent

        public RenderEvent()