Package org.vx68k.bitbucket.api.client
Interface TokenRefreshListener
-
public interface TokenRefreshListenerListener forTokenRefreshEvent.- Since:
- 5.0
- Author:
- Kaz Nishimura
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidtokenRefreshed(TokenRefreshEvent event)Notifies that tokens were refreshed.
-
-
-
Method Detail
-
tokenRefreshed
void tokenRefreshed(TokenRefreshEvent event)
Notifies that tokens were refreshed.- Parameters:
event- a fired event
-
-