Package net.runelite.client.eventbus
Class EventBus.Subscriber
- java.lang.Object
-
- net.runelite.client.eventbus.EventBus.Subscriber
-
-
Constructor Summary
Constructors Constructor Description Subscriber(Object object, Method method, float priority, Consumer<Object> lambda)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Consumer<Object>
getLambda()
Method
getMethod()
Object
getObject()
float
getPriority()
int
hashCode()
String
toString()
-