info.rolandkrueger.roklib.system
Interface MemorySwappingEventListener


public interface MemorySwappingEventListener

This interface defines a callback that is invoked by a MemorySwappingDetectionThread if a memory paging event is detected by it.

Author:
Roland Krueger
See Also:
MemorySwappingDetectionThread

Method Summary
 void memorySwappingDetected()
          Callback for memory swapping events.
 

Method Detail

memorySwappingDetected

void memorySwappingDetected()
Callback for memory swapping events. If memory paging was detected, this method will be called. A class implementing this interface can then react accordingly.



Copyright © 2007-2011. All Rights Reserved.