org.fuin.examples.jmsmvc4swing
Interface AddressController.LoadAddressesListener

All Superinterfaces:
org.fuin.jmsmvc4swing.base.ControllerResultListener
Enclosing interface:
AddressController

public static interface AddressController.LoadAddressesListener
extends org.fuin.jmsmvc4swing.base.ControllerResultListener

Listens to the results of the loadAddresses(LoadAddressesListener) method.


Method Summary
 void selectAddress(int id)
          Select the address with the given ID if it's in the list.
 void setAddresses(java.util.List<Address> list)
          Sets the address list.
 
Methods inherited from interface org.fuin.jmsmvc4swing.base.ControllerResultListener
failed, progress, started, succeded
 

Method Detail

setAddresses

void setAddresses(java.util.List<Address> list)
Sets the address list.

Parameters:
list - Address list.

selectAddress

void selectAddress(int id)
Select the address with the given ID if it's in the list.

Parameters:
id - ID to be selected.


Copyright © 2010 Future Invent Informationsmanagement GmbH. All Rights Reserved.