Interface ProMCanceller
-
public interface ProMCancellerInterface that can be used by visualizations to receive a notification from the framework when they are removed.isCancelled()will return true in this case.- Author:
- F. Mannhardt, S.J.J Leemans
-
-
Field Summary
Fields Modifier and Type Field Description static ProMCancellerNEVER_CANCELProMCancellerthat never returns true forisCancelled()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisCancelled()
-
-
-
Field Detail
-
NEVER_CANCEL
static final ProMCanceller NEVER_CANCEL
ProMCancellerthat never returns true forisCancelled()
-
-