Interface TagGroupListener
- All Known Implementing Classes:
TagGroupEvaluationContainer
public interface TagGroupListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onGroupDeleted
(TagGroup group) void
onGroupLeaseStateChanged
(TagGroup group, boolean leased) void
onGroupModified
(TagGroup group) void
requestEvaluation
(TagGroup group) This happens when execution is manually triggered in some way, usually through scripting.
-
Method Details
-
onGroupModified
-
onGroupDeleted
-
onGroupLeaseStateChanged
-
requestEvaluation
This happens when execution is manually triggered in some way, usually through scripting. In addition, any registered group tasks will be evaluated. If the listener is managing execution by watching the group state, it should try to accommodate the request to execute as appropriate.
-