Package com.compomics.util.waiting
Interface WaitingActionListener
public interface WaitingActionListener
This class is used to pass actions like cancel while waiting.
- Author:
- Marc Vaudel
-
Method Summary
Modifier and Type Method Description void
cancelPressed()
Method called whenever the user pressed cancel.
-
Method Details
-
cancelPressed
void cancelPressed()Method called whenever the user pressed cancel.
-