IRowSet.AddRowSetListener(IRowSetListener) Method

Definition

Registers the given listener so that it will be notified of events that occur on this RowSet object.

[Android.Runtime.Register("addRowSetListener", "(Ljavax/sql/RowSetListener;)V", "GetAddRowSetListener_Ljavax_sql_RowSetListener_Handler:Javax.Sql.IRowSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void AddRowSetListener (Javax.Sql.IRowSetListener? listener);
[<Android.Runtime.Register("addRowSetListener", "(Ljavax/sql/RowSetListener;)V", "GetAddRowSetListener_Ljavax_sql_RowSetListener_Handler:Javax.Sql.IRowSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member AddRowSetListener : Javax.Sql.IRowSetListener -> unit

Parameters

listener
IRowSetListener

a component that has implemented the RowSetListener interface and wants to be notified when events occur on this RowSet object

Attributes

Remarks

Registers the given listener so that it will be notified of events that occur on this RowSet object.

Java documentation for javax.sql.RowSet.addRowSetListener(javax.sql.RowSetListener).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to