public final class V8Notifier
extends java.lang.Object
implements javax.management.NotificationListener
| Constructor and Description |
|---|
V8Notifier(java.util.concurrent.ConcurrentHashMap<java.lang.Long,V8Runtime> v8RuntimeMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleNotification(javax.management.Notification notification,
java.lang.Object handback) |
void |
registerListeners() |
void |
unregisterListener() |
public V8Notifier(java.util.concurrent.ConcurrentHashMap<java.lang.Long,V8Runtime> v8RuntimeMap)
public void handleNotification(javax.management.Notification notification,
java.lang.Object handback)
handleNotification in interface javax.management.NotificationListenerpublic void registerListeners()
public void unregisterListener()