Interface ActivityImpl.AsyncAfterUpdate
- Enclosing class:
- ActivityImpl
public static interface ActivityImpl.AsyncAfterUpdate
Delegate interface for the asyncAfter property update
-
Method Summary
Modifier and TypeMethodDescriptionvoid
updateAsyncAfter
(boolean asyncAfter, boolean exclusive) Method which is called if the asyncAfter property should be updated.
-
Method Details
-
updateAsyncAfter
void updateAsyncAfter(boolean asyncAfter, boolean exclusive) Method which is called if the asyncAfter property should be updated.- Parameters:
asyncAfter
- the new value for the asyncBefore flagexclusive
- the exclusive flag
-