Table of Contents

Class PrintJobAdapter

Namespace
Javax.Print.Event
Assembly
MASES.JNet.dll
public class PrintJobAdapter : JVMBridgeListener, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<JVMBridgeListener>
JVMBridgeListener
PrintJobAdapter
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Derived
Inherited Members
JVMBridgeListener.Dispose()
JVMBridgeListener.AutoInit
JVMBridgeListener.IsBridgeStatic
JVMBridgeListener.IsBridgeCloseable
JVMBridgeListener.IsBridgeListener
JVMBridgeBase<JVMBridgeListener>.IsAssignableFrom(IJavaType)
JVMBridgeBase<JVMBridgeListener>.IsAssignableFrom<T>()
JVMBridgeBase<JVMBridgeListener>.Execute<T>(params T[])
JVMBridgeBase<JVMBridgeListener>.DynBridgeClazz
JVMBridgeBase<JVMBridgeListener>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeInterface
JVMBridgeBase.IsBridgeAbstract
Extension Methods

Constructors

PrintJobAdapter()

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

public PrintJobAdapter()

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

OnPrintDataTransferCompleted

public Action<PrintJobEvent> OnPrintDataTransferCompleted { get; set; }

Property Value

Action<PrintJobEvent>

Remarks

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

OnPrintJobCanceled

public Action<PrintJobEvent> OnPrintJobCanceled { get; set; }

Property Value

Action<PrintJobEvent>

Remarks

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

OnPrintJobCompleted

public Action<PrintJobEvent> OnPrintJobCompleted { get; set; }

Property Value

Action<PrintJobEvent>

Remarks

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

OnPrintJobFailed

public Action<PrintJobEvent> OnPrintJobFailed { get; set; }

Property Value

Action<PrintJobEvent>

Remarks

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

OnPrintJobNoMoreEvents

public Action<PrintJobEvent> OnPrintJobNoMoreEvents { get; set; }

Property Value

Action<PrintJobEvent>

Remarks

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

OnPrintJobRequiresAttention

public Action<PrintJobEvent> OnPrintJobRequiresAttention { get; set; }

Property Value

Action<PrintJobEvent>

Remarks

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

Methods

InitializeHandlers()

Handlers initializer for PrintJobAdapter

protected virtual void InitializeHandlers()

PrintDataTransferCompleted(PrintJobEvent)

public virtual void PrintDataTransferCompleted(PrintJobEvent arg0)

Parameters

arg0 PrintJobEvent

PrintJobEvent

PrintJobCanceled(PrintJobEvent)

public virtual void PrintJobCanceled(PrintJobEvent arg0)

Parameters

arg0 PrintJobEvent

PrintJobEvent

PrintJobCompleted(PrintJobEvent)

public virtual void PrintJobCompleted(PrintJobEvent arg0)

Parameters

arg0 PrintJobEvent

PrintJobEvent

PrintJobFailed(PrintJobEvent)

public virtual void PrintJobFailed(PrintJobEvent arg0)

Parameters

arg0 PrintJobEvent

PrintJobEvent

PrintJobNoMoreEvents(PrintJobEvent)

public virtual void PrintJobNoMoreEvents(PrintJobEvent arg0)

Parameters

arg0 PrintJobEvent

PrintJobEvent

PrintJobRequiresAttention(PrintJobEvent)

public virtual void PrintJobRequiresAttention(PrintJobEvent arg0)

Parameters

arg0 PrintJobEvent

PrintJobEvent