public interface Deletable<T extends Deletable>
| Modifier and Type | Method and Description |
|---|---|
void |
addDeleteTask(Action<? super T> task) |
void |
removeDeleteTask(Action<? super T> task) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.