Editor.send

Sends a message to all attached editors.

  1. void send(string key, DataType value)
    class Editor
    final
    void
    send
    (
    DataType
    )
    (
    string key
    ,
    DataType value
    )
  2. void send(string key, DataType value, void delegate(ResponseType) cb)

Parameters

key
Type: string

The key of the event.

value
Type: DataType

The data along side it.

Meta