Interface UserContextMenuCommandListener
-
- All Superinterfaces:
GloballyAttachableListener,ObjectAttachableListener,PrivateChannelAttachableListener,ServerAttachableListener,ServerTextChannelAttachableListener,TextChannelAttachableListener,UserAttachableListener
public interface UserContextMenuCommandListener extends ServerAttachableListener, UserAttachableListener, TextChannelAttachableListener, GloballyAttachableListener, ObjectAttachableListener
This listener listens to user context menu interaction creations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonUserContextMenuCommand(UserContextMenuCommandEvent event)This method is called every time an interaction is created.
-
-
-
Method Detail
-
onUserContextMenuCommand
void onUserContextMenuCommand(UserContextMenuCommandEvent event)
This method is called every time an interaction is created.- Parameters:
event- The event.
-
-