Interface OAuthStoreListener


public interface OAuthStoreListener
A class can implement the OAuthStoreListener interface when it wants to be informed of changes in OAuthStore objects.
Since:
1.9.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    update(OAuthStore oauthStore)
    This method is called whenever the OAuthStore object is changed.
  • Method Details

    • update

      void update(OAuthStore oauthStore)
      This method is called whenever the OAuthStore object is changed.
      Parameters:
      oauthStore - the observable object