Table of Contents

Class IIOWriteWarningListener

Namespace
Javax.Imageio.Event
Assembly
MASES.JNet.dll
public class IIOWriteWarningListener : EventListener, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IEventListener, IIIOWriteWarningListener
Inheritance
IIOWriteWarningListener
Implements
Derived
Inherited Members
Extension Methods

Constructors

IIOWriteWarningListener()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public IIOWriteWarningListener()

IIOWriteWarningListener(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public IIOWriteWarningListener(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

OnWarningOccurred

public Action<ImageWriter, int, String> OnWarningOccurred { get; set; }

Property Value

Action<ImageWriter, int, String>

Remarks

If OnWarningOccurred has a value it takes precedence over corresponding class method

Methods

InitializeHandlers()

Handlers initializer for IIOWriteWarningListener

protected virtual void InitializeHandlers()

WarningOccurred(ImageWriter, int, String)

public virtual void WarningOccurred(ImageWriter arg0, int arg1, String arg2)

Parameters

arg0 ImageWriter

ImageWriter

arg1 int

int

arg2 String

String