private static class WadlGeneratorLoader.CallbackList extends java.util.ArrayList<WadlGeneratorLoader.Callback> implements WadlGeneratorLoader.Callback
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Modifier | Constructor and Description |
---|---|
private |
CallbackList() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(WadlGeneratorLoader.Callback e)
Appends the specified element to the end of the list, if the element is not null.
|
void |
callback()
Callback all registered
WadlGeneratorLoader.Callback items. |
add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
private static final long serialVersionUID
public void callback()
WadlGeneratorLoader.Callback
items.callback
in interface WadlGeneratorLoader.Callback
public boolean add(WadlGeneratorLoader.Callback e)
add
in interface java.util.Collection<WadlGeneratorLoader.Callback>
add
in interface java.util.List<WadlGeneratorLoader.Callback>
add
in class java.util.ArrayList<WadlGeneratorLoader.Callback>
e
- the element to append, can be null.