public interface AlertListener { void processAlert(String message); }