Package velox.api.layer1.simplified
Interface MessageListener
public interface MessageListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidonUserMessage(Object data) Receives all messages on their path from providers to listeners.
-
Method Details
-
onUserMessage
Receives all messages on their path from providers to listeners. Normally, just deal with @Layer1ApiUserInterModuleMessage instances and ignore the rest.
-