Class ApiNotificationEventHandler
java.lang.Object
com.levigo.jadice.web.demo.common.client.events.ApiNotificationEventHandler
- All Implemented Interfaces:
com.google.gwt.event.shared.EventHandler
,ErrorNotificationEventHandler
,InfoNotificationEventHandler
public abstract class ApiNotificationEventHandler
extends Object
implements InfoNotificationEventHandler, ErrorNotificationEventHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
catchNotification
(String eventMessage, String type) void
void
-
Constructor Details
-
ApiNotificationEventHandler
public ApiNotificationEventHandler()
-
-
Method Details
-
catchNotification
-
onErrorNotification
- Specified by:
onErrorNotification
in interfaceErrorNotificationEventHandler
-
onInfoNotification
- Specified by:
onInfoNotification
in interfaceInfoNotificationEventHandler
-