/*************************************************** * * cismet GmbH, Saarbruecken, Germany * * ... and it just works. * ****************************************************/ /* * To change this template, choose Tools | Templates * and open the template in the editor. */ package de.cismet.cids.navigator.utils; import java.util.ArrayList; import de.cismet.cids.dynamics.CidsBean; /** * DOCUMENT ME! * * @author thorsten * @version $Revision$, $Date$ */ public interface CidsBeanDropListener { //~ Methods ---------------------------------------------------------------- /** * DOCUMENT ME! * * @param beans DOCUMENT ME! */ void beansDropped(ArrayList<CidsBean> beans); }