Uses of Interface
com.github.stormbit.sdk.callbacks.AbstractCallback
-
Packages that use AbstractCallback Package Description com.github.stormbit.sdk.callbacks com.github.stormbit.sdk.longpoll -
-
Uses of AbstractCallback in com.github.stormbit.sdk.callbacks
Subinterfaces of AbstractCallback in com.github.stormbit.sdk.callbacks Modifier and Type Interface Description interfaceCallbackDouble<T,R>Created by PeterSamokhin on 29/09/2017 00:54interfaceCallbackFourth<P,D,R,S>Created by PeterSamokhin on 29/09/2017 00:57interfaceCallbackTriple<T,M,R>Created by PeterSamokhin on 29/09/2017 00:27 -
Uses of AbstractCallback in com.github.stormbit.sdk.longpoll
Methods in com.github.stormbit.sdk.longpoll with parameters of type AbstractCallback Modifier and Type Method Description voidLongPoll. registerAbstractCallback(String name, AbstractCallback callback)Add callback to the mapvoidLongPoll. registerChatCallback(String name, AbstractCallback callback)Add callback to the map
-