com.bbn.openmap.tools.beanbox
Interface BeanBoxHandler

All Known Implementing Classes:
SimpleBeanLayer

public interface BeanBoxHandler

The BeanBoxHandler interface should be implemented by an openmap layer that needs to interact with the BeanBoxDnDCatchervia the BeanBoxinstance associated with the layer. The BeanBoxDnDCatcher class uses the getBeanBox() method declared on this interface to obtain access to the BeanBoxobject associated with the layer.


Method Summary
 BeanBox getBeanBox()
          returns a layer specific implementation of the BeanBoxclass instance.
 

Method Detail

getBeanBox

BeanBox getBeanBox()
returns a layer specific implementation of the BeanBoxclass instance.



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details