Skip navigation links
C D E G P R U W 

C

Callback - Interface in com.coshx.drekkar
Callback

Handles Drekkar's event.

com.coshx.drekkar - package com.coshx.drekkar
 

D

Drekkar - Class in com.coshx.drekkar
Drekkar

Main class of the library.

E

EventBus - Class in com.coshx.drekkar
EventBus

In charge of watching a subscriber / webview pair.

G

get(Object, String, WebView, WhenReady) - Static method in class com.coshx.drekkar.Drekkar
Returns custom bus
get(Object, String, WebView, WhenReadyOnMain) - Static method in class com.coshx.drekkar.Drekkar
Returns custom bus and runs callback on main thread
getDefault(Object, WebView, WhenReady) - Static method in class com.coshx.drekkar.Drekkar
Returns default bus
getDefault(Object, WebView, WhenReadyOnMain) - Static method in class com.coshx.drekkar.Drekkar
Returns default bus and runs callback on main thread
getName() - Method in class com.coshx.drekkar.Drekkar
Current name
getName() - Method in class com.coshx.drekkar.EventBus
Current name

P

post(String) - Method in class com.coshx.drekkar.EventBus
Posts event
post(String, T) - Method in class com.coshx.drekkar.EventBus
Posts event with extra data

R

register(String, Callback) - Method in class com.coshx.drekkar.EventBus
Subscribes to event.
registerOnMain(String, Callback) - Method in class com.coshx.drekkar.EventBus
Subscribes to event.
run(String, Object) - Method in interface com.coshx.drekkar.Callback
Run when event is raised
run(EventBus) - Method in interface com.coshx.drekkar.WhenReady
 

U

unregister() - Method in class com.coshx.drekkar.EventBus
Unregisters subscriber from bus

W

WhenReady - Interface in com.coshx.drekkar
WhenReady

Callback to run when bus is ready to use

WhenReadyOnMain - Interface in com.coshx.drekkar
WhenReadyOnMain

Callback to run on main thread when bus is ready to use

C D E G P R U W 
Skip navigation links