Interface ServerStageVoiceChannelChangeTopicListener
-
- All Superinterfaces:
GloballyAttachableListener,ObjectAttachableListener,ServerAttachableListener,ServerStageVoiceChannelAttachableListener
public interface ServerStageVoiceChannelChangeTopicListener extends ServerAttachableListener, ServerStageVoiceChannelAttachableListener, GloballyAttachableListener, ObjectAttachableListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonServerStageVoiceChannelChangeTopic(ServerStageVoiceChannelChangeTopicEvent event)This method is called every time a server stage voice channel's topic changes.
-
-
-
Method Detail
-
onServerStageVoiceChannelChangeTopic
void onServerStageVoiceChannelChangeTopic(ServerStageVoiceChannelChangeTopicEvent event)
This method is called every time a server stage voice channel's topic changes.- Parameters:
event- The event.
-
-