public interface IMemoryBlockListener
Clients may implement this interface.
Modifier and Type | Method and Description |
---|---|
void |
memoryBlocksAdded(IMemoryBlock[] memory)
Notification the given memory blocks have been added to the
memory block manager.
|
void |
memoryBlocksRemoved(IMemoryBlock[] memory)
Notification the given memory blocks have been removed from
the memory block manager.
|
void memoryBlocksAdded(IMemoryBlock[] memory)
memory
- blocks added to the memory block managervoid memoryBlocksRemoved(IMemoryBlock[] memory)
memory
- blocks removed from the memory block manager
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.