Package com.sodius.oslc.client.oauth
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 TypeMethodDescriptionvoidupdate(OAuthStore oauthStore) This method is called whenever the OAuthStore object is changed.
-
Method Details
-
update
This method is called whenever the OAuthStore object is changed.- Parameters:
oauthStore- the observable object
-