Interface EditorActor


public interface EditorActor
The actor that interacts the editor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sendMessage(String message, boolean success)
    Send the message
    boolean
    sendUsage(Editor<?> editor)
    Send the usage of the editor
    boolean
    Send the usage of the action
  • Method Details

    • sendMessage

      void sendMessage(String message, boolean success)
      Send the message
      Parameters:
      message - the message
      success - true if it's a success message
    • sendUsage

      boolean sendUsage(EditorAction action)
      Send the usage of the action
      Parameters:
      action - the action
      Returns:
      true if the usage is sent successfully
    • sendUsage

      boolean sendUsage(Editor<?> editor)
      Send the usage of the editor
      Parameters:
      editor - the editor
      Returns:
      true if the usage is sent successfully