| Constructor | Description | 
|---|---|
PluginMessageListenerRegistration(Messenger messenger,
                                 Plugin plugin,
                                 String channel,
                                 PluginMessageListener listener) | 
| Modifier and Type | Method | Description | 
|---|---|---|
boolean | 
equals(Object obj) | 
|
String | 
getChannel() | 
 Gets the plugin channel that this registration is about. 
 | 
PluginMessageListener | 
getListener() | 
 Gets the registered listener described by this registration. 
 | 
Plugin | 
getPlugin() | 
 Gets the plugin that this registration is for. 
 | 
int | 
hashCode() | 
|
boolean | 
isValid() | 
 Checks if this registration is still valid. 
 | 
public PluginMessageListenerRegistration(@NotNull
                                         Messenger messenger,
                                         @NotNull
                                         Plugin plugin,
                                         @NotNull
                                         String channel,
                                         @NotNull
                                         PluginMessageListener listener)
@NotNull public String getChannel()
@NotNull public PluginMessageListener getListener()
@NotNull public Plugin getPlugin()
public boolean isValid()
Copyright © 2019. All rights reserved.