Class AbstractEvent<T>
java.lang.Object
de.florianmichael.dietrichevents2.AbstractEvent<T>
- Type Parameters:
T- The type of the listener.
- Direct Known Subclasses:
CancellableEvent
This class represents an event.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AbstractEvent
public AbstractEvent()
-
-
Method Details
-
call
Calls the listener.- Parameters:
listener- The listener to call.
-