com.tensegrity.composite.event
Class VetoableBaseCompositeAdapter

java.lang.Object
  extended bycom.tensegrity.composite.event.VetoableBaseCompositeAdapter
All Implemented Interfaces:
EventListenerTag, VetoableBaseCompositeListener
Direct Known Subclasses:
VetoableCompositeAdapter, VetoableCompositeLineAdapter

public class VetoableBaseCompositeAdapter
extends java.lang.Object
implements VetoableBaseCompositeListener

The VetoableBaseCompositeAdapter class implements the VetoableBaseCompositeListener interface and overrides all methods declared there with methods which have no functionality inside. So that, when creating a VetoableBaseCompositeListener not all of the methods have to be overridden, only the methods which are from interest.

Version:
$Id$
Author:
MichaelKegel

Constructor Summary
VetoableBaseCompositeAdapter()
          Constructor for VetoableCompositeLineAdapter.
 
Method Summary
 void vetoablePreSelect(BCSelectEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VetoableBaseCompositeAdapter

public VetoableBaseCompositeAdapter()
Constructor for VetoableCompositeLineAdapter.

Method Detail

vetoablePreSelect

public void vetoablePreSelect(BCSelectEvent event)
                       throws BaseCompositeEventVetoException
Specified by:
vetoablePreSelect in interface VetoableBaseCompositeListener
Throws:
BaseCompositeEventVetoException


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.