Class PrintJobAttributeListener
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
OnAttributeUpdate
public Action<PrintJobAttributeEvent> OnAttributeUpdate { get; set; }
Property Value
Remarks
If OnAttributeUpdate has a value it takes precedence over corresponding class method
Methods
AttributeUpdate(PrintJobAttributeEvent)
public virtual void AttributeUpdate(PrintJobAttributeEvent arg0)
Parameters
InitializeHandlers()
Handlers initializer for PrintJobAttributeListener
protected virtual void InitializeHandlers()