interface SplitQueueListener extends EventListener
Segment splits. In particular, this is of interest to objects
that maintain a queue of line parts yet to be considered as a base for
splitting other lines, as any split makes it necessary to (re)visit
the newly created fragments for split base consideration.| Modifier and Type | Method and Description |
|---|---|
void |
didSplit(List<Segment> fragments,
Node splitNode) |