public static interface

AuthTokenFactory.TokenListener

com.google.gdata.client.AuthTokenFactory.TokenListener
Known Indirect Subclasses

Class Overview

A listener interface that's used to inform interested parties that an authentication token has changed. Listeners can for example clear out user data (e.g. cookies).

Summary

Public Methods
abstract void tokenChanged(AuthTokenFactory.AuthToken newToken)

Public Methods

public abstract void tokenChanged (AuthTokenFactory.AuthToken newToken)

Parameters
newToken