File tree Expand file tree Collapse file tree
src/main/java/com/github/theholywaffle/teamspeak3/example Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030import com .github .theholywaffle .teamspeak3 .TS3Config ;
3131import com .github .theholywaffle .teamspeak3 .TS3Query ;
3232import com .github .theholywaffle .teamspeak3 .api .TextMessageTargetMode ;
33+ import com .github .theholywaffle .teamspeak3 .api .event .ChannelCreateEvent ;
34+ import com .github .theholywaffle .teamspeak3 .api .event .ChannelDeletedEvent ;
3335import com .github .theholywaffle .teamspeak3 .api .event .ChannelDescriptionEditedEvent ;
3436import com .github .theholywaffle .teamspeak3 .api .event .ChannelEditedEvent ;
37+ import com .github .theholywaffle .teamspeak3 .api .event .ChannelMovedEvent ;
38+ import com .github .theholywaffle .teamspeak3 .api .event .ChannelPasswordChangedEvent ;
3539import com .github .theholywaffle .teamspeak3 .api .event .ClientJoinEvent ;
3640import com .github .theholywaffle .teamspeak3 .api .event .ClientLeaveEvent ;
3741import com .github .theholywaffle .teamspeak3 .api .event .ClientMovedEvent ;
@@ -101,6 +105,22 @@ public void onChannelDescriptionChanged(
101105 ChannelDescriptionEditedEvent e ) {
102106
103107 }
108+
109+ public void onChannelCreate (ChannelCreateEvent e ) {
110+
111+ }
112+
113+ public void onChannelDeleted (ChannelDeletedEvent e ) {
114+
115+ }
116+
117+ public void onChannelMoved (ChannelMovedEvent e ) {
118+
119+ }
120+
121+ public void onChannelPasswordChanged (ChannelPasswordChangedEvent e ) {
122+
123+ }
104124 });
105125 }
106126
Original file line number Diff line number Diff line change 2929import com .github .theholywaffle .teamspeak3 .TS3Api ;
3030import com .github .theholywaffle .teamspeak3 .TS3Config ;
3131import com .github .theholywaffle .teamspeak3 .TS3Query ;
32+ import com .github .theholywaffle .teamspeak3 .api .event .ChannelCreateEvent ;
33+ import com .github .theholywaffle .teamspeak3 .api .event .ChannelDeletedEvent ;
3234import com .github .theholywaffle .teamspeak3 .api .event .ChannelDescriptionEditedEvent ;
3335import com .github .theholywaffle .teamspeak3 .api .event .ChannelEditedEvent ;
36+ import com .github .theholywaffle .teamspeak3 .api .event .ChannelMovedEvent ;
37+ import com .github .theholywaffle .teamspeak3 .api .event .ChannelPasswordChangedEvent ;
3438import com .github .theholywaffle .teamspeak3 .api .event .ClientJoinEvent ;
3539import com .github .theholywaffle .teamspeak3 .api .event .ClientLeaveEvent ;
3640import com .github .theholywaffle .teamspeak3 .api .event .ClientMovedEvent ;
@@ -94,6 +98,22 @@ public void onChannelDescriptionChanged(
9498 // ...
9599
96100 }
101+
102+ public void onChannelCreate (ChannelCreateEvent e ) {
103+
104+ }
105+
106+ public void onChannelDeleted (ChannelDeletedEvent e ) {
107+
108+ }
109+
110+ public void onChannelMoved (ChannelMovedEvent e ) {
111+
112+ }
113+
114+ public void onChannelPasswordChanged (ChannelPasswordChangedEvent e ) {
115+
116+ }
97117 });
98118
99119 }
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments