Table of Contents

Class PrintJobEvent

Namespace
Javax.Print.Event
Assembly
MASES.JNet.dll
public class PrintJobEvent : PrintEvent, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, ISerializable
Inheritance
PrintJobEvent
Implements
Inherited Members
Extension Methods

Constructors

PrintJobEvent(DocPrintJob, int)

public PrintJobEvent(DocPrintJob arg0, int arg1)

Parameters

arg0 DocPrintJob

DocPrintJob

arg1 int

int

PrintJobEvent(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public PrintJobEvent(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

DATA_TRANSFER_COMPLETE

public static int DATA_TRANSFER_COMPLETE { get; set; }

Property Value

int

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

JOB_CANCELED

public static int JOB_CANCELED { get; set; }

Property Value

int

JOB_COMPLETE

public static int JOB_COMPLETE { get; set; }

Property Value

int

JOB_FAILED

public static int JOB_FAILED { get; set; }

Property Value

int

NO_MORE_EVENTS

public static int NO_MORE_EVENTS { get; set; }

Property Value

int

PrintEventType

public int PrintEventType { get; }

Property Value

int

PrintJob

public DocPrintJob PrintJob { get; }

Property Value

DocPrintJob

REQUIRES_ATTENTION

public static int REQUIRES_ATTENTION { get; set; }

Property Value

int

Methods

CreatePoolableInstance(DocPrintJob, int)

HPA initializer for PrintJobEvent(Javax.Print.DocPrintJob arg0, int arg1)

public static PrintJobEvent CreatePoolableInstance(DocPrintJob arg0, int arg1)

Parameters

arg0 DocPrintJob
arg1 int

Returns

PrintJobEvent