|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Listener for structural changes of s.
| Method Summary | |
void |
blocksDeleted(long index,
long deletedBlocks)
Gets called whenever blocks were deleted from the the listener is registered with. |
void |
blocksInserted(long index,
long insertedBlocks)
Gets called whenever blocks were inserted to the the listener is registered with. |
| Method Detail |
public void blocksDeleted(long index,
long deletedBlocks)
throws IOException
index - the index of the first deleted block.deletedBlocks - the number of blocks which were deleted starting
at inclusive.
IOException - if reading or writing fails.
public void blocksInserted(long index,
long insertedBlocks)
throws IOException
index - the index of the first inserted block.insertedBlocks - the number of blocks which were inserted at
.
IOException - if reading or writing fails.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||