Interface ProMCanceller
-
public interface ProMCanceller
Interface 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 ProMCanceller
NEVER_CANCEL
ProMCanceller
that never returns true forisCancelled()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isCancelled()
-
-
-
Field Detail
-
NEVER_CANCEL
static final ProMCanceller NEVER_CANCEL
ProMCanceller
that never returns true forisCancelled()
-
-