public interface DmpPipeIF
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Implementors should overload this method to return a meaningful name
for the connection associated with this pipe.
|
void |
sendMessage(DMPMessage msg)
This method is called when we want to send asynchronous info back to the UI.
|
void sendMessage(DMPMessage msg)
msg - the message or event.String getName()
Copyright © 2023. All rights reserved.