edu.uky.rch.ept.data.ui
Interface IAddressListener

All Known Implementing Classes:
GeneralAddressSelector

public interface IAddressListener

Interface for listening to an IAddressSelector.

Author:
Neil Moore, Kranthi Bathula

Method Summary
 void addressChanged(IAddressSelector source)
          Callback for notification of changes in an address selector's selected address.
 

Method Detail

addressChanged

public void addressChanged(IAddressSelector source)
Callback for notification of changes in an address selector's selected address. This method is called whenever the selector's address changes, even if the new address is invalid. Implementations should call @link{IAddressSelector#hasAddress()} to determine whether the current address is invalid.

Parameters:
source - the address selector whose change fired this event.