1 2 3 package org.catacomb.druid.event; 4 5 public interface StateListener { 6 7 void stateChanged(String stat); 8 9 }