Class ConsoleLayoutChanged

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

public class ConsoleLayoutChanged extends Event<Void>
Notifies the server about a change of the web console layout.

This event is sent by the browser when the layout changes due to user interaction (e.g. moving the preview representations) or due to notifications from the server (e.g. RenderConlet).

The server should persist the layout and pass it back to the browser in response to ConsoleReady (see this event’s description for details).

  • Constructor Details

  • Method Details