Interface ChildTagAppendListener
-
- All Superinterfaces:
java.io.Serializable
public interface ChildTagAppendListener extends java.io.Serializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ChildTagAppendListener.ChildMovedEvent
static class
ChildTagAppendListener.Event
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
childAppended(ChildTagAppendListener.Event event)
void
childMoved(ChildTagAppendListener.ChildMovedEvent event)
child removed from another tag and appended to this tagvoid
childrenAppended(ChildTagAppendListener.Event event)
void
childrendAppendedOrMoved(java.util.List<ChildTagAppendListener.ChildMovedEvent> events)
-
-
-
Method Detail
-
childAppended
void childAppended(ChildTagAppendListener.Event event)
-
childrenAppended
void childrenAppended(ChildTagAppendListener.Event event)
-
childMoved
void childMoved(ChildTagAppendListener.ChildMovedEvent event)
child removed from another tag and appended to this tag- Parameters:
event
-- Since:
- 2.0.0
-
childrendAppendedOrMoved
void childrendAppendedOrMoved(java.util.List<ChildTagAppendListener.ChildMovedEvent> events)
-
-