1 package org.catacomb.druid.event; 2 3 4 public interface PanelListener { 5 6 7 void panelShown(Object obj); 8 9 10 }