Class NotifyConletView

All Implemented Interfaces:
Future<Void>, Associator, Eligible

public class NotifyConletView extends ConsoleCommand
A notification (as defined by the JSON RPC specification) to be sent to the web console component view (the browser).
  • Constructor Details

    • NotifyConletView

      public NotifyConletView(String conletType, String conletId, String method, Object... params)
      Creates a new event.
      Parameters:
      conletType - the web console component type (used by the console core JS to look up the available functions, see AddConletType)
      conletId - the web console component (view) instance that the notification is directed at
      method - the method (function) to be executed, must have been registered by handling AddConletType
      params - the parameters
  • Method Details