java.lang.Object
net.botwithus.rs3.events.Subscription<T>
- Type Parameters:
T
- The event type the subscription owns.
The Subscription is responsible for managing ownership of the event type and listener.
- See Also:
-
Constructor Details
-
Subscription
-
-
Method Details
-
isGlobal
public boolean isGlobal() -
getEventType
-
getOwner
-
getListener
-