org.bsf.listOfValues.client
Interface LovListener


public interface LovListener

An interface to determine how an Object can be notified of a LOV change (for example when a user is added).

See Also:
(default implementation)

Method Summary
 void lovHasChanged(java.lang.Long p_lovOID)
          Called when a LOV has changed.
 

Method Detail

lovHasChanged

public void lovHasChanged(java.lang.Long p_lovOID)
Called when a LOV has changed.

Parameters:
p_lovOID - The OID of the Lov that has changed.