package com.explodingpixels.macwidgets;

public interface MacBadgeContentProvider {

	/**
	 * Returns the string value of what should be displayed in the badge area
	 * @return text to display
	 */
    String getBadgeValue();

}
