|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SwoglComponentHandler
Interface for all classes that may handle SwoglComponents. Instances
of classes implementing this interface may be passed to a
SwoglContainer
, and will be responsible for maintaining the
rendered representation of SwoglComponents
:
The SwoglComponents may be added to or removed from the SwoglContainer,
which will cause the
handleSwoglComponent(SwoglComponent)
and
releaseSwoglComponent(SwoglComponent)
methods to be called, respectively. The handler is responsible
for maintaining the internal rendering data structures associated with
the respective SwoglComponent.
Method Summary | |
---|---|
void |
handleSwoglComponent(SwoglComponent swoglComponent)
Handle the given SwoglComponent. |
void |
releaseSwoglComponent(SwoglComponent swoglComponent)
Release the given SwoglComponent. |
Method Detail |
---|
void handleSwoglComponent(SwoglComponent swoglComponent)
swoglComponent
- The SwoglComponent to handlevoid releaseSwoglComponent(SwoglComponent swoglComponent)
swoglComponent
- The SwoglComponent to release
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |