RegisteredListener

public class RegisteredListener

Stores relevant information for plugin listeners

Inheritors

Constructors

Link copied to clipboard
public void RegisteredListener(Listener listener, EventExecutor executor, EventPriority priority, Plugin plugin, boolean ignoreCancelled)

Properties

Link copied to clipboard
public final Listener listener
Link copied to clipboard
public final Plugin plugin
Link copied to clipboard
public final EventPriority priority

Functions

Link copied to clipboard
public void callEvent(Event event)
Calls the event executor
Link copied to clipboard
Gets the listener for this registration
Link copied to clipboard
public Plugin getPlugin()
Gets the plugin for this registration
Link copied to clipboard
Gets the priority for this registration
Link copied to clipboard
public boolean isIgnoringCancelled()
Whether this listener accepts cancelled events