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