Class ItemTelemetryService
- java.lang.Object
-
- org.rspeer.game.service.telemetry.ItemTelemetryService
-
-
Constructor Summary
Constructors Constructor Description ItemTelemetryService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends ChargeItem>
TgetChargeItem(Class<T> cls)voidonUnsubscribe()voidregister(ChargeItem item)-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rspeer.event.Service
onSubscribe
-
-
-
-
Method Detail
-
getChargeItem
public <T extends ChargeItem> T getChargeItem(Class<T> cls)
-
register
public void register(ChargeItem item)
-
onUnsubscribe
public void onUnsubscribe()
- Specified by:
onUnsubscribein interfaceService
-
-