Class RunStoppedEvent


  • public class RunStoppedEvent
    extends java.lang.Object
    An event fired when the pipeline stops running. This is guaranteed to follow a corresponding RunStartedEvent.

    This is different from RenderEvent in that it will always be fired when the pipeline runs.

    • Constructor Summary

      Constructors 
      Constructor Description
      RunStoppedEvent()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • RunStoppedEvent

        public RunStoppedEvent()