| Package | Description |
|---|---|
| com.github.theholywaffle.teamspeak3 | |
| com.github.theholywaffle.teamspeak3.api.event |
| Modifier and Type | Method and Description |
|---|---|
void |
TS3Api.addTS3Listeners(TS3Listener... listeners)
Adds one or more
TS3Listeners to the event manager of the query. |
void |
TS3ApiAsync.addTS3Listeners(TS3Listener... listeners)
Adds one or more
TS3Listeners to the event manager of the query. |
void |
TS3Api.removeTS3Listeners(TS3Listener... listeners)
Removes one or more
TS3Listeners to the event manager of the query. |
void |
TS3ApiAsync.removeTS3Listeners(TS3Listener... listeners)
Removes one or more
TS3Listeners to the event manager of the query. |
| Modifier and Type | Class and Description |
|---|---|
class |
TS3EventAdapter
A template class implementing
TS3Listener similar to Swing's event adapters. |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientJoinEvent.fire(TS3Listener listener) |
void |
TS3Event.fire(TS3Listener listener) |
void |
ChannelPasswordChangedEvent.fire(TS3Listener listener) |
void |
ChannelDeletedEvent.fire(TS3Listener listener) |
void |
ChannelEditedEvent.fire(TS3Listener listener) |
void |
ChannelMovedEvent.fire(TS3Listener listener) |
void |
ServerEditedEvent.fire(TS3Listener listener) |
void |
ChannelCreateEvent.fire(TS3Listener listener) |
void |
TextMessageEvent.fire(TS3Listener listener) |
void |
ChannelDescriptionEditedEvent.fire(TS3Listener listener) |
void |
PrivilegeKeyUsedEvent.fire(TS3Listener listener) |
void |
ClientLeaveEvent.fire(TS3Listener listener) |
void |
ClientMovedEvent.fire(TS3Listener listener) |
Released under the MIT license.