Table of Contents

Class PrintJobAttributeListener

Namespace
Javax.Print.Event
Assembly
MASES.JNet.dll
public class PrintJobAttributeListener : JVMBridgeListener, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IPrintJobAttributeListener
Inheritance
PrintJobAttributeListener
Implements
Derived
Inherited Members
Extension Methods

Constructors

PrintJobAttributeListener()

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

public PrintJobAttributeListener()

PrintJobAttributeListener(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 PrintJobAttributeListener(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

OnAttributeUpdate

public Action<PrintJobAttributeEvent> OnAttributeUpdate { get; set; }

Property Value

Action<PrintJobAttributeEvent>

Remarks

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

Methods

AttributeUpdate(PrintJobAttributeEvent)

public virtual void AttributeUpdate(PrintJobAttributeEvent arg0)

Parameters

arg0 PrintJobAttributeEvent

PrintJobAttributeEvent

InitializeHandlers()

Handlers initializer for PrintJobAttributeListener

protected virtual void InitializeHandlers()