org.fuin.jmsmvc4swing.base
Interface ControllerResultListener

All Known Implementing Classes:
ControllerResultAdapter, ControllerResultBusyAdapter

public interface ControllerResultListener

Base class for listeners that want to be informed about method results.


Method Summary
 void failed(Exception ex)
          Work was interrupted by an exception.
 void progress(ProgressInfo progressInfo)
          Controller signals progress.
 void started()
          Controller started working.
 void succeded()
          Controller finished work.
 

Method Detail

started

void started()
Controller started working.


progress

void progress(ProgressInfo progressInfo)
Controller signals progress.

Parameters:
progressInfo - Progress informations.

succeded

void succeded()
Controller finished work.


failed

void failed(Exception ex)
Work was interrupted by an exception.

Parameters:
ex - Cause.


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