Table of Contents

Interface INotificationEmitter

Namespace
Javax.Management
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/management/NotificationEmitter.html

public interface INotificationEmitter : INotificationBroadcaster
Inherited Members

Methods

RemoveNotificationListener(NotificationListener, NotificationFilter, object)

void RemoveNotificationListener(NotificationListener arg0, NotificationFilter arg1, object arg2)

Parameters

arg0 NotificationListener

NotificationListener

arg1 NotificationFilter

NotificationFilter

arg2 object

object

Exceptions

ListenerNotFoundException