Class ConsoleReady

java.lang.Object
org.jgrapes.core.internal.EventBase<T>
org.jgrapes.core.Event<Void>
org.jgrapes.webconsole.base.events.ConsoleReady
All Implemented Interfaces:
Future<Void>, Associator, Eligible

public class ConsoleReady extends Event<Void>
Signals the successful loading of the web console structure in the browser.

web console components should respond to this event by adding their types (using AddConletType events).

After the web console ready event has been processed, a ConsolePrepared event is generated as its CompletionEvent. All further action is triggered by the ConsolePrepared event.

  • Constructor Details

    • ConsoleReady

      public ConsoleReady(RenderSupport renderSupport)
      Creates a new event.
      Parameters:
      renderSupport - the render support for generating responses
  • Method Details