Class ResourceListener
- java.lang.Object
-
- com.h2tcoin.takamakachain.mx.actions.ResourceListener
-
- All Implemented Interfaces:
EventListener
,NotificationListener
public class ResourceListener extends Object implements NotificationListener
- Author:
- giovanni
-
-
Constructor Summary
Constructors Constructor Description ResourceListener(String notificationType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationFilter
getNotificationFilter()
void
handleNotification(Notification notification, Object handback)
-
-
-
Constructor Detail
-
ResourceListener
public ResourceListener(String notificationType)
-
-
Method Detail
-
handleNotification
public void handleNotification(Notification notification, Object handback)
- Specified by:
handleNotification
in interfaceNotificationListener
-
getNotificationFilter
public NotificationFilter getNotificationFilter()
-
-