Package-level declarations

Types

Link copied to clipboard
public interface Cancellable
Link copied to clipboard
public abstract class Event
Represents an event.
Link copied to clipboard
public class EventException extends Exception
Link copied to clipboard
An annotation to mark methods as being event handler methods
Link copied to clipboard
public enum EventPriority
Represents an event's priority in execution
Link copied to clipboard
public class HandlerList
A list of event handlers, stored per-event.
Link copied to clipboard
public interface Listener
Simple interface for tagging all EventListeners
Link copied to clipboard
public class TestEvent extends Event