Package | Description |
---|---|
com.github.wuic |
This package is the most general package of the WUIC library.
|
com.github.wuic.context |
This package provides the central
Context component which is the lowest configuration
object in WUIC. |
com.github.wuic.nut |
This package defines what is a nut in WUIC and how to manage it.
|
Modifier and Type | Method and Description |
---|---|
WuicFacadeBuilder.ContextBuilderFacade |
WuicFacadeBuilder.ContextBuilderFacade.heap(boolean disposable,
String id,
String ndbId,
String[] heapIds,
String[] path,
HeapListener... listeners)
Defines a new
heap in this context. |
WuicFacadeBuilder.ContextBuilderFacade |
WuicFacadeBuilder.ContextBuilderFacade.heap(String id,
String ndbId,
String[] path,
HeapListener... listeners)
Creates a new heap as specified by
ContextBuilder.heap(boolean, String, String, String[], String[], HeapListener...) |
Modifier and Type | Method and Description |
---|---|
ContextBuilder |
ContextBuilder.disposableHeap(String id,
String ndbId,
String[] path,
HeapListener... listeners)
Creates a new disposable heap as specified by
ContextBuilder.heap(boolean, String, String, String[], String[], HeapListener...) |
ContextBuilder |
ContextBuilder.heap(boolean disposable,
String id,
String nutDaoId,
String[] heapIds,
String[] path,
HeapListener... listeners)
Defines a new
heap in this context. |
ContextBuilder |
ContextBuilder.heap(String id,
String ndbId,
String[] path,
HeapListener... listeners)
Creates a new heap as specified by
ContextBuilder.heap(boolean, String, String, String[], String[], HeapListener...) |
Modifier and Type | Class and Description |
---|---|
class |
NutsHeap
This class represents a set of
nuts . |
Modifier and Type | Method and Description |
---|---|
void |
NutsHeap.ListenerHolder.add(HeapListener l)
Adds a strong reference to the listener.
|
void |
NutsHeap.addObserver(HeapListener listener)
Observes all the nuts in this heap with the given listener.
|
Copyright © 2012-2015. All Rights Reserved.