|
Spiffy UI Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RESTLoginCallBack
RESTility and the AuthUtil try to make login and authentication transparent to the calling code. Most of the time this works well. However, when we upload large files (like importing reports) we can't make that call through RESTility and we need to know that a login happened. This listener provides a mechanism to let us know that happened.
Method Summary | |
---|---|
void |
loginPrompt()
Indicates that a login prompt happened. |
void |
onLoginSuccess()
Called when a login is successful |
Method Detail |
---|
void loginPrompt()
void onLoginSuccess()
|
Spiffy UI Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |