org.ontobox.box
Interface BoxListenerManager

All Superinterfaces:
ListenerManager
All Known Implementing Classes:
BaseBoxListenerManager, DefaultListenerManager, FastListenerManager

public interface BoxListenerManager
extends ListenerManager

Author:
Anton Malykh

Method Summary
 void addActionListener(BoxActionListener listener)
           
 void removeActionListener(BoxActionListener listener)
           
 
Methods inherited from interface org.meta2project.model.event.ListenerManager
addNamedEntityListener, addOntClassListener, addOntObjectListener, addOntoListener, addOPropertyListener, addTPropertyListener, removeNamedEntityListener, removeOntClassListener, removeOntObjectListener, removeOntoListener, removeOPropertyListener, removeTPropertyListener
 

Method Detail

addActionListener

void addActionListener(BoxActionListener listener)

removeActionListener

void removeActionListener(BoxActionListener listener)