Reference Source
public class | source

BasePresenter

Direct Subclass:

AuthLoadingPresenter

Base class for all the presenters

Member Summary

Public Members
public

getData: *

Gets the data from the model.

public

onUpdated(newData: Object): *

This method is called when the model's data has changed and the observers are being notified.

public

update(newData: Object): *

Sends an update to the model with new data.

Public Members

public getData: * source

Gets the data from the model.

public onUpdated(newData: Object): * source

This method is called when the model's data has changed and the observers are being notified.

public update(newData: Object): * source

Sends an update to the model with new data.