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
FieldsModifier and TypeFieldDescriptionstatic final ProMCanceller
ProMCanceller
that never returns true forisCancelled()
-
Method Summary
-
Field Details
-
NEVER_CANCEL
ProMCanceller
that never returns true forisCancelled()
-
-
Method Details
-
isCancelled
boolean isCancelled()
-