Interface EditorActor
public interface EditorActor
The actor that interacts the editor
-
Method Summary
Modifier and TypeMethodDescriptionvoidsendMessage(EditorString message, Object... args) Send a messagevoidSend the usage of the editorvoidsendUsage(EditorAction action) Send the usage of the action
-
Method Details
-
sendMessage
Send a message- Parameters:
message- the messageargs- the arguments
-
sendUsage
Send the usage of the action- Parameters:
action- the action
-
sendUsage
Send the usage of the editor- Parameters:
editor- the editor
-