|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StackListener | |
|---|---|
| org.apache.pivot.collections | Defines a set of classes and interfaces that serve as generic collections as well as the data model for UI components. |
| org.apache.pivot.collections.concurrent | Contains a set of thread-safe collection implementations. |
| Uses of StackListener in org.apache.pivot.collections |
|---|
| Classes in org.apache.pivot.collections that implement StackListener | |
|---|---|
static class |
Stack.StackListenerList<T>
Stack listener list. |
static class |
StackListener.Adapter<T>
StackListener adapter. |
| Methods in org.apache.pivot.collections that return types with arguments of type StackListener | |
|---|---|
ListenerList<StackListener<T>> |
LinkedStack.getStackListeners()
|
ListenerList<StackListener<T>> |
Stack.getStackListeners()
Returns the stack listener list. |
ListenerList<StackListener<T>> |
ArrayStack.getStackListeners()
|
| Uses of StackListener in org.apache.pivot.collections.concurrent |
|---|
| Methods in org.apache.pivot.collections.concurrent that return types with arguments of type StackListener | |
|---|---|
ListenerList<StackListener<T>> |
SynchronizedStack.getStackListeners()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||