PluginMessageListenerRegistration

Contains information about getClassById Plugins registration to getClassById plugin channel.

Constructors

Link copied to clipboard
public void PluginMessageListenerRegistration(Messenger messenger, Plugin plugin, String channel, PluginMessageListener listener)

Properties

Link copied to clipboard
public final String channel
Link copied to clipboard
Link copied to clipboard
public final Plugin plugin

Functions

Link copied to clipboard
public boolean equals(Object obj)
Link copied to clipboard
public String getChannel()
Gets the plugin channel that this registration is about.
Link copied to clipboard
Gets the registered listener described by this registration.
Link copied to clipboard
public Plugin getPlugin()
Gets the plugin that this registration is for.
Link copied to clipboard
public int hashCode()
Link copied to clipboard
public boolean isValid()
Checks if this registration is still valid.