public final class HandlerController
extends java.lang.Object
implements android.os.Handler.Callback
Constructor and Description |
---|
HandlerController(BaseRealm realm) |
Modifier and Type | Method and Description |
---|---|
boolean |
handleMessage(android.os.Message message) |
boolean |
isAutoRefreshEnabled() |
void |
notifyCurrentThreadRealmChanged()
Notify the current thread that the Realm has changed.
|
void |
refreshSynchronousTableViews()
Refreshes all synchronous RealmResults by calling `sync_if_needed` on them.
|
void |
setAutoRefresh(boolean autoRefresh) |
public HandlerController(BaseRealm realm)
public boolean handleMessage(android.os.Message message)
handleMessage
in interface android.os.Handler.Callback
public void refreshSynchronousTableViews()
public void setAutoRefresh(boolean autoRefresh)
public boolean isAutoRefreshEnabled()
public void notifyCurrentThreadRealmChanged()