Class ConsoleCommand

java.lang.Object
org.jgrapes.core.internal.EventBase<T>
org.jgrapes.core.Event<Void>
org.jgrapes.webconsole.base.events.ConsoleCommand
All Implemented Interfaces:
Future<Void>, Associator, Eligible
Direct Known Subclasses:
AddConletType, AddPageResources, CloseModalDialog, DeleteConlet, DisplayNotification, LastConsoleLayout, NotifyConletView, OpenModalDialog, RenderConlet, SimpleConsoleCommand, UpdateConletType

public abstract class ConsoleCommand extends Event<Void>
Events derived from this class are transformed to JSON messages that are sent to the web console page.

They may only be fired on the IOSubchannel.DefaultIOSubchannel.responsePipeline() (usually with IOSubchannel.respond(org.jgrapes.core.Event)).