public interface ProtocolListener
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent actionEvent)
This method is called when an action has been performed in the given protocol.
|
void |
protocolTerminated()
This method is called when the protocol terminates.
|
void actionPerformed(ActionEvent actionEvent)
actionEvent - an action event.void protocolTerminated()