Name

INSTANCE-REFRESHED — User hook to call on object refresh.

Generic function

Syntax

      (instance-refreshed object) => 

Arguments and Values

object

The view class object which is being refreshed.

Description

Provides a hook which is called within an object oriented call to select with a non-nil value of refresh when the View Class instance object has been updated from the database. A method specialised on standard-db-object is provided which has no effects. Methods specialised on particular View Classes can be used to specify any operations that need to be made on View Classes instances which have been updated in calls to select.

Examples

        
      

Side Effects

The user hook function may cause side effects.

Exceptional Situations

None.

See Also

select