public static interface SwingChatClientHandler.Callback
Modifier and Type | Method and Description |
---|---|
void |
connected() |
void |
disconnected() |
void |
error(String message) |
void |
loggedIn() |
void |
loggedOut() |
void |
messageReceived(String message) |
Copyright © 2004-2012 Apache MINA Project. All Rights Reserved.