package com.tridium.eas.ui.chart; public interface ChartStatus { void clearStatus(); void setStatus(String str); }