Class SceneStartedEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class SceneStartedEvent
    extends io.micronaut.context.event.ApplicationEvent
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      VlingoScene getSource()  
      • Methods inherited from class java.util.EventObject

        toString
      • Methods inherited from class java.lang.Object

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

      • SceneStartedEvent

        public SceneStartedEvent​(VlingoScene source)
    • Method Detail

      • getSource

        public VlingoScene getSource()
        Overrides:
        getSource in class java.util.EventObject