Table of Contents

Class RowSetListener

Namespace
Javax.Sql
Assembly
MASES.JNet.dll
public class RowSetListener : EventListener, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IEventListener, IRowSetListener
Inheritance
RowSetListener
Implements
Derived
Inherited Members
Extension Methods

Constructors

RowSetListener()

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

public RowSetListener()

RowSetListener(IJVMBridgeBaseInitializer)

Internal constructor: used internally from JCOBridge

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

Parameters

initializer IJVMBridgeBaseInitializer

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

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

OnCursorMoved

public Action<RowSetEvent> OnCursorMoved { get; set; }

Property Value

Action<RowSetEvent>

Remarks

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

OnRowChanged

public Action<RowSetEvent> OnRowChanged { get; set; }

Property Value

Action<RowSetEvent>

Remarks

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

OnRowSetChanged

public Action<RowSetEvent> OnRowSetChanged { get; set; }

Property Value

Action<RowSetEvent>

Remarks

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

Methods

CursorMoved(RowSetEvent)

public virtual void CursorMoved(RowSetEvent arg0)

Parameters

arg0 RowSetEvent

RowSetEvent

InitializeHandlers()

Handlers initializer for RowSetListener

protected virtual void InitializeHandlers()

RowChanged(RowSetEvent)

public virtual void RowChanged(RowSetEvent arg0)

Parameters

arg0 RowSetEvent

RowSetEvent

RowSetChanged(RowSetEvent)

public virtual void RowSetChanged(RowSetEvent arg0)

Parameters

arg0 RowSetEvent

RowSetEvent