Interface EditorActor
public interface EditorActor
The actor that interacts the editor
-
Method Summary
Modifier and TypeMethodDescriptionvoid
sendMessage
(String message, boolean success) Send the messageboolean
Send the usage of the editorboolean
sendUsage
(EditorAction action) Send the usage of the action
-
Method Details
-
sendMessage
Send the message- Parameters:
message
- the messagesuccess
- true if it's a success message
-
sendUsage
Send the usage of the action- Parameters:
action
- the action- Returns:
- true if the usage is sent successfully
-
sendUsage
Send the usage of the editor- Parameters:
editor
- the editor- Returns:
- true if the usage is sent successfully
-