public interface XMLSplitListener
Modifier and Type | Method and Description |
---|---|
void |
splitEnd()
called at the end of split process.
|
boolean |
splitPerformed(byte[] splitXMLData,
int splitIndex) |
void |
splitStart()
called before the start of splitting process.
|
void splitStart() throws MXException
MXException
boolean splitPerformed(byte[] splitXMLData, int splitIndex) throws MXException
splitXMLData
- the xml data for a split.splitIndex
- the index of the split.MXException
void splitEnd() throws MXException
MXException