Class ReadyEvent

All Implemented Interfaces:
Serializable

@DomEvent("zoomist-ready") public class ReadyEvent extends ComponentEvent<Zoomist>
Event that is fired when the zoomist instance is ready.
See Also:
  • Constructor Details

    • ReadyEvent

      public ReadyEvent(Zoomist source, boolean fromClient)