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