|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecycleEvent | |
com.taursys.xml | This package contains the core Mapper XML components and containers. |
com.taursys.xml.event | This package contains event related classes for Mapper XML components. |
Uses of RecycleEvent in com.taursys.xml |
Methods in com.taursys.xml with parameters of type RecycleEvent | |
void |
DocumentElement.processRecycleEvent(RecycleEvent e)
Processes a RecycleEvent recycling self and children, and then by propagating event to listeners. |
void |
DispatchingContainer.processRecycleEvent(RecycleEvent e)
Dispatches given RecycleEvent to children then notifies all
RecycleListeners of event. |
void |
Component.processRecycleEvent(RecycleEvent e)
Processes a given RecycleEvent. |
protected void |
Component.fireRecycle(RecycleEvent e)
Notifies all registered listeners of a given RecycleEvent |
Uses of RecycleEvent in com.taursys.xml.event |
Methods in com.taursys.xml.event with parameters of type RecycleEvent | |
void |
RecycleListener.recycle(RecycleEvent e)
Message to tell a Component to recycle itself. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |