org.ocap.dvr.storage
Interface FreeSpaceListener

All Superinterfaces:
java.util.EventListener

public interface FreeSpaceListener
extends java.util.EventListener

This interface represents a listener that will be notified when a media volume has reached a specified level of remaining free space.


Method Summary
 void notifyFreeSpace()
          Notifies the listener the remaining free space has reached the level specified by MediaStorageVolume.addFreeSpaceListener(org.ocap.dvr.storage.FreeSpaceListener, int).
 

Method Detail

notifyFreeSpace

void notifyFreeSpace()
Notifies the listener the remaining free space has reached the level specified by MediaStorageVolume.addFreeSpaceListener(org.ocap.dvr.storage.FreeSpaceListener, int).