Visual Cafe Pro Language Reference Method index | Bottom

Interface: symantec.itools.db.pro.RecordLink

Purpose Supports record binding.
Syntax public interface RecordLink
extends Object
Description RecordLink supports record binding. When you use this interface with a Java object, the object's RelationView notifies RecordLink when the current record changes.
See also Record
RelationView

Method Index

Top | Bottom
init( )
 o Initializes a Record object when you bind it to a RelationView.
notifyRecordChange(Record)
 o Indicates that a RelationView's current record has changed.

Methods

Method index | Top | Bottom

Method: init

Purpose Initializes a Record object when you bind it to a RelationView.
Syntax public abstract void init( )
Parameters None.
Description Initializes a Record object when you bind it to a RelationView.

Method: notifyRecordChange

Purpose Indicates that a RelationView's current record has changed.
Syntax public abstract void notifyRecordChange(Record currentRec) throws SQLException
Parameters currentRec = Record object.
Description Indicates that a RelationView's current record has changed.

Method index | Top

Copyright © 1996 Symantec Corporation. All rights reserved.