|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IGrowlService
A lightweight notification service.
| Method Summary | |
|---|---|
int |
growl(String title,
String message)
Growls a simple message at the user. |
int |
growl(String title,
String message,
GrowlType type)
Growls at the user. |
int |
growl(String title,
String message,
RemoteServiceException error)
Called by clients to notify the user of an error. |
void |
onProgressComplete(int growlId,
String title,
String message)
Called by clients to inform the growl service that a progress style growl has completed successfully. |
void |
onProgressComplete(int growlId,
String title,
com.google.gwt.user.client.ui.Widget message)
Called by clients to inform the growl service that a progress style growl has completed successfully. |
void |
onProgressError(int growlId,
String title,
RemoteServiceException error)
Called by clients to inform the growl service that a progress style growl has completed with an error. |
void |
onProgressError(int growlId,
String title,
String message)
Called by clients to inform the growl service that a progress style growl has completed with an error. |
| Methods inherited from interface org.overlord.sramp.ui.client.services.IService |
|---|
start |
| Method Detail |
|---|
int growl(String title,
String message)
title - message -
int growl(String title,
String message,
GrowlType type)
title - message - type -
int growl(String title,
String message,
RemoteServiceException error)
title - the title for the growl dialogmessage - the message to show the usererror - the error that occured
void onProgressComplete(int growlId,
String title,
String message)
growlId - the ID of the growl to update - returned by a previous call to growl()title - the new title for the growl dialogmessage - the new message for the growl dialog
void onProgressComplete(int growlId,
String title,
com.google.gwt.user.client.ui.Widget message)
growlId - the ID of the growl to update - returned by a previous call to growl()title - the new title for the growl dialogmessage - the new message for the growl dialog
void onProgressError(int growlId,
String title,
String message)
growlId - the ID of the growl to update - returned by a previous call to growl()title - the new title for the growl dialogmessage - the new message for the growl dialog
void onProgressError(int growlId,
String title,
RemoteServiceException error)
growlId - the ID of the growl to update - returned by a previous call to growl()title - the new title for the growl dialogerror - the error that occurred
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||