Package otherTests.multicast
Class Message
java.lang.Object
otherTests.multicast.Message
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
dispatch()
Sends the message contents to all clients, notifying the status listener about the corresponding events as they occur.
-
Constructor Details
-
Message
-
-
Method Details
-
dispatch
public void dispatch()Sends the message contents to all clients, notifying the status listener about the corresponding events as they occur.Network communication with clients occurs asynchronously, without ever blocking the caller. Status notifications are executed on the Swing EDT (Event Dispatching Thread), so that the UI can be safely updated.
-