core.background
Interface BackgroundMonitorStatusListener

All Superinterfaces:
java.util.EventListener

public interface BackgroundMonitorStatusListener
extends java.util.EventListener

This interface provides for the BackgroundMonitorStatusListener classes.


Method Summary
 void statusChange(BackgroundMonitorStatusEvent event)
          The default method for a BackgroundMonitorStatusListener.
 

Method Detail

statusChange

void statusChange(BackgroundMonitorStatusEvent event)
The default method for a BackgroundMonitorStatusListener. Will provide the event that was triggered by a BackgroundMonitor object.

Parameters:
event - The event type.
See Also:
BackgroundMonitorStatusEvent