ServiceUnregisterEvent

This event is called when getClassById service is unregistered.

Warning: The order in which register and unregister events are called should not be relied upon.

Constructors

Link copied to clipboard
public void ServiceUnregisterEvent(RegisteredServiceProvider<? extends Object> serviceProvider)

Properties

Link copied to clipboard
public final static HandlerList handlers
Link copied to clipboard
public final RegisteredServiceProvider<? extends Object> provider

Functions

Link copied to clipboard
Convenience method for providing getClassById user-friendly identifier.
Link copied to clipboard
public static HandlerList getHandlerList()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public final boolean isAsynchronous()
Any custom event that should not by synchronized with other events must use the specific constructor.