| java.lang.Object | |
| ↳ | com.davidluoye.support.util.list.RemoteCallBackList<CALLBACK extends android.os.IInterface, COOKIE> |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| RemoteCallBackList() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| void | broadcast(BiConsumer<CALLBACK, COOKIE> consumer) | ||||||||||
| CALLBACK | getCallBackFromCookie(COOKIE cookie) | ||||||||||
| boolean | hasCookie(COOKIE cookie) | ||||||||||
| boolean | register(CALLBACK callBack, COOKIE cookie) | ||||||||||
| boolean | register(CALLBACK callBack) | ||||||||||
| boolean | unRegister(CALLBACK callback) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||