com.kerrybuckley.cctrayicon.swing
Class SwingCcStatus

java.lang.Object
  extended bycom.kerrybuckley.cctrayicon.AbstractCcStatus
      extended bycom.kerrybuckley.cctrayicon.swing.SwingCcStatus
All Implemented Interfaces:
CcStatus

public class SwingCcStatus
extends AbstractCcStatus

Author:
Kerry Buckley

Field Summary
 
Fields inherited from class com.kerrybuckley.cctrayicon.AbstractCcStatus
DEFAULT_URL, PREF_KEY_ALERT_ON_FAIL, PREF_KEY_ALERT_ON_FIX, PREF_KEY_ALERT_ON_SUCCESS, PREF_KEY_PROJECTS, PREF_KEY_URL, PREFS
 
Constructor Summary
SwingCcStatus(SwingCcStatusMonitor monitor)
          Creates a new status object connected to the specified monitor.
 
Method Summary
protected  void warn(java.lang.String message)
          Generate a warning to the user.
 
Methods inherited from class com.kerrybuckley.cctrayicon.AbstractCcStatus
getAlertOnFail, getAlertOnFix, getAlertOnSuccess, getCheckAllProjects, getProjectsToCheck, getServer, isBuildClean, isServerReachable, readPrefs, setServer, setUrl, update, writePrefs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwingCcStatus

public SwingCcStatus(SwingCcStatusMonitor monitor)
Creates a new status object connected to the specified monitor. MalformedURLException

Parameters:
monitor - the monitor which this object will belong to
Method Detail

warn

protected void warn(java.lang.String message)
Description copied from class: AbstractCcStatus
Generate a warning to the user.

Specified by:
warn in class AbstractCcStatus
Parameters:
message - the message to display
See Also:
AbstractCcStatus.warn(java.lang.String)