Public Member Functions

alma.ACS.jbaci.DataAccess.ValueChangeListener Interface Reference

Inheritance diagram for alma.ACS.jbaci.DataAccess.ValueChangeListener:
alma.ACS.impl.CommonComparableMonitorImpl alma.ACS.impl.MonitordoubleImpl alma.ACS.impl.MonitorfloatImpl alma.ACS.impl.MonitorlongImpl alma.ACS.impl.MonitorlongLongImpl alma.ACS.impl.MonitorpatternImpl alma.ACS.impl.MonitorstringImpl alma.ACS.impl.MonitorstringSeqImpl alma.ACS.impl.MonitoruLongLongImpl

List of all members.

Public Member Functions

void valueChanged (DataAccess source, Object oldValue, Object newValue)

Detailed Description

Value change listener interface.


Member Function Documentation

void alma.ACS.jbaci.DataAccess.ValueChangeListener.valueChanged ( DataAccess  source,
Object  oldValue,
Object  newValue 
)

Method called on value change. NOTE: method should complete as soon as possible!

Parameters:
source DataAccess instance firing this event.
oldValue old value.
newValue new value.

Implemented in alma.ACS.impl.CommonComparableMonitorImpl.


The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties