public class

RemoteCallBackList

extends Object
java.lang.Object
   ↳ com.davidluoye.support.util.list.RemoteCallBackList<CALLBACK extends android.os.IInterface, COOKIE>

Summary

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

Public Constructors

public RemoteCallBackList ()

Public Methods

public void broadcast (BiConsumer<CALLBACK, COOKIE> consumer)

public CALLBACK getCallBackFromCookie (COOKIE cookie)

public boolean hasCookie (COOKIE cookie)

public boolean register (CALLBACK callBack, COOKIE cookie)

public boolean register (CALLBACK callBack)

public boolean unRegister (CALLBACK callback)