public interface TeamspeakActionListener
JTS3ServerQuery.setTeamspeakActionListener(TeamspeakActionListener),
JTS3ServerQuery.removeTeamspeakActionListener()| Modifier and Type | Method and Description |
|---|---|
void |
teamspeakActionPerformed(String eventType,
HashMap<String,String> eventInfo)
This function will be called, if the Teamspeak server sends an event notify.
|
void teamspeakActionPerformed(String eventType, HashMap<String,String> eventInfo)
notifyserveredited - Server properties was editednotifycliententerview - Client join servernotifyclientleftview - Client left servernotifyclientmoved - Client was moved or switched channelnotifychannelcreated - Channel was creatednotifychanneledited - Channel properties was editednotifychanneldeleted - Channel was deletednotifytextmessage - Chat message received or senteventType - The type of the event, for a small list, see above.eventInfo - A HashMap which contains all keys of the event