isRegistrationValid

public abstract boolean isRegistrationValid(PluginMessageListenerRegistration registration)

Checks if the specified plugin message listener registration is valid.

A registration is considered valid if it has not be unregistered and that the plugin is still enabled.

Return

True if the registration is valid, otherwise false.

Parameters

registration

Registration to check.