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 managerGuidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.