public interface SourceMonitor
The Interface
SourceMonitor is used as a callback object when the availability of a
Source changes.
Method Summary
All Methods Instance Methods Abstract Methods
void
This method is used to identify to the caller that the
Source is now available.
void
This method is used to identify to the caller that the
Source is now unavailable.
Method Details
setAvailable
void setAvailable ()
This method is used to identify to the caller that the
Source is now available. A
Source would call this method when that
Source becomes available.
See Also:
setUnavailable
void setUnavailable ()
This method is used to identify to the caller that the
Source is now unavailable. A
Source would call this method when that
Source has become unavailable.
See Also: