This interface provides the ability to explicitly run a registered cleaning action.
Methods
Modifier and Type
Method and Description
clean
abstract void clean()
Unregister the cleaning action and its associated object and invoke the cleaning action.
void clean()
Unregister the cleaning action and its associated object and invoke the cleaning action. This method has
no effect if the cleaning action has already been performed.