|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Composite<T>
A composite component that delegates to a primary implementation and maintains a set of secondary instances.
| Method Summary | |
|---|---|
T |
createSecondary()
Create a secondary instance |
java.util.Collection<T> |
getSecondary()
|
void |
removeSecondary(T secondary)
Deregister a secondary instance |
| Method Detail |
|---|
java.util.Collection<T> getSecondary()
T createSecondary()
secondary - void removeSecondary(T secondary)
secondary -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||