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. |
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 © 2009 Future Invent Informationsmanagement GmbH. All Rights Reserved.