Package org.wildfly.clustering.ejb
Interface RemoveListener<T>
-
public interface RemoveListener<T>Notification mechanism for bean removals.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidremoved(T bean)
-
-
-
Method Detail
-
removed
void removed(T bean)
-
-