public abstract class FormsObserver extends Object implements Observer
LivechatFormsPath
observableConstructor and Description |
---|
FormsObserver() |
Modifier and Type | Method and Description |
---|---|
abstract void |
update(Forms forms)
Delivers the broadcast from
LivechatFormsPath observable |
void |
update(Observable observable,
Object object) |
public final void update(Observable observable, Object object)
public abstract void update(Forms forms)
LivechatFormsPath
observable
This broadcast arrives on a non-UI thread.
Keep in mind that if updating UI elements you need to do so on the main thread using Activity.runOnUiThread(Runnable)
or Looper.getMainLooper()
.
forms
- of the current chat visitor