AbstractProperties exposed specifically for debugging purposes only
The contents, structure and existence of _debug are not stable, backwards-compatible or guaranteed. Do not use for business logic.
Add a listener for any incoming messages sent from other applet instances.
The message will be of type Msg that the user defines. (eg: Applet<Msg>)
The listener function that will be called when a message is received.
A callback to remove the listener
Send an message of type Msg to other applet instances.
Will reject if the message was not successfully sent.
The message to be sent
The base class for both BoxApplet and ClientApplet, containing shared methods and attributes.
Abstract class, cannot be instantiated, instead use newApplet, newBoxApplet, or newClientApplet.