Package org.jboss.msc.service
Interface MultipleRemoveListener.Callback<T>
-
- Enclosing class:
- MultipleRemoveListener<T>
public static interface MultipleRemoveListener.Callback<T>
A generalized callback for when all services are removed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleDone(T parameter)
Handle the completion of all removals.
-
-
-
Method Detail
-
handleDone
void handleDone(T parameter)
Handle the completion of all removals.- Parameters:
parameter
- the parameter
-
-