com.tensegrity.composite.event
Interface VetoableBaseCompositeListener
- All Superinterfaces:
- EventListenerTag
- All Known Subinterfaces:
- VetoableCompositeLineListener, VetoableCompositeListener, VetoableEventMediator, VetoableEventMediatorListener
- All Known Implementing Classes:
- CompositeEventMultiplexer, VetoableBaseCompositeAdapter, VetoableCompositeAdapter, VetoableCompositeLineAdapter, VetoableEventMediatorAdapter
- public interface VetoableBaseCompositeListener
- extends EventListenerTag
The VetoableBaseCompositeListener interface defines an object
that can be notified about vetoable events that are generated by a
BaseComposite.
The VetoableBaseCompositeListener interface can't be registered
at the CompositeLine or the Composite. Furthermore
it is common to the VetoableCompositeLineListener interface and
the VetoableCompositeListener interface in order to define the
callbacks that are common to both of them.
- Version:
- $Id: VetoableBaseCompositeListener.java,v 1.2 2005/08/11 09:27:55 MichaelKegel Exp $
- Author:
- MichaelKegel
- See Also:
EventListenerTag
vetoablePreSelect
public void vetoablePreSelect(BCSelectEvent event)
throws BaseCompositeEventVetoException
- Throws:
BaseCompositeEventVetoException
Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.