package whackamole; import java.beans.*; public interface PCSable { public PropertyChangeSupport getPCS(); }