Table of Contents

Class PrintServiceAttributeListener

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

Constructors

PrintServiceAttributeListener()

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

public PrintServiceAttributeListener()

PrintServiceAttributeListener(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 PrintServiceAttributeListener(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<PrintServiceAttributeEvent> OnAttributeUpdate { get; set; }

Property Value

Action<PrintServiceAttributeEvent>

Remarks

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

Methods

AttributeUpdate(PrintServiceAttributeEvent)

public virtual void AttributeUpdate(PrintServiceAttributeEvent arg0)

Parameters

arg0 PrintServiceAttributeEvent

PrintServiceAttributeEvent

InitializeHandlers()

Handlers initializer for PrintServiceAttributeListener

protected virtual void InitializeHandlers()