Class JsonInput

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

public class JsonInput extends Event<Void>
A JSON notification from the web console view (browser) to the web console.
  • Constructor Details

    • JsonInput

      public JsonInput(org.jdrupes.json.JsonRpc request)
      Create a new request from the given data.
      Parameters:
      request - a request as defined by the JSON RPC specification
  • Method Details