org.fuin.jmsmvc4swing.base
Interface BusyConfigurable

All Known Implementing Classes:
ControllerResultBusyAdapter

public interface BusyConfigurable

Something that can be configured concerning it's "busy" UI.


Method Summary
 void configure(Cancelable cancelable, boolean determinate)
          Sets the UI busy informations.
 

Method Detail

configure

void configure(Cancelable cancelable,
               boolean determinate)
Sets the UI busy informations.

Parameters:
cancelable - The unit that will possibly be cancelled.
determinate - Information if the progress is determinate.


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