Package com.inet.pdfc.generator.message
Interface Chunk
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
HighlightData
- All Known Implementing Classes:
InfoData
This "marker" interface describes a piece of the data that is send to receiver
- See Also:
-
AbstractComparator
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
The type of chunks available in the comparison event queue of i-net PDFC -
Method Summary
Modifier and TypeMethodDescription@Nonnull Chunk.ChunkType
getType()
Returns the type of this chunk
-
Method Details
-
getType
Returns the type of this chunk- Returns:
- the type of this chunk
-