Package com.tensegrity.composite.event

Provides interfaces and classes for dealing with events fired by base composites.

See:
          Description

Interface Summary
BaseCompositeEvent Common interface for events that occur at a BaseComposite instance.
BaseCompositeListener The BaseCompositeListener interface defines an object that can be notified about events that are generated by a BaseComposite.
CompositeEvent Common interface for events that occur at a Composite instance.
CompositeGroupEvent Common interface for multiple composite events.
CompositeGroupListener Objects that implement the CompositeGroupListener interface can be regsitered at a CompositeGroup so that they will be informed about the events that occur at the CompositeGroup.
CompositeLineEvent Common interface for events that occur at a CompositeLine instance.
CompositeLineListener The CompositeLineListener interface defines an object that can be notified about events that are generated by a CompositeLine.
CompositeListener The CompositeListener interface defines an object that can be notified about events that are generated by a Composite.
CompositeRootEvent Common interface for all events that are generated for objects in the composite framework.
CompositeTableModelListener This is the listener interface for receiving CompositeTableModel and CompositeTableModelComposite events.
CompositeTableSelectionListener All registered CompositeTableSelectionListener objects will be informed whenever a CompositeTableSelectionEvent occurs, which indicates that the selection state of a CompositeTable has changed.
CompositeViewEvent Common interface for all CompositeView events.
CompositeViewListener Objects that implement the CompositeViewListener interface can be registered at a CompositeView so that they will get notified about the events that occur at the CompositeView.
EventMediator The EventMediator facilitates to gain access to all CompositeLine events, Composite events, CompositeGroup events and CompositeView events.
EventMediatorListener An EventMediatorListener is added as listener to a CompositeView and gains access to all occurring CompositeLine events, Composite events, CompositeGroup events and CompositeView events.
VetoableBaseCompositeListener The VetoableBaseCompositeListener interface defines an object that can be notified about vetoable events that are generated by a BaseComposite.
VetoableCompositeGroupListener The VetoableCompositeGroupListener interface defines an object that can be notified about vetoable events that are generated by a CompositeGroup.
VetoableCompositeLineListener The VetoableCompositeLineListener interface defines an object that can be notified about vetoable events that are generated by a CompositeLine.
VetoableCompositeListener The VetoableCompositeListener interface defines an object that can be notified about vetoable events that are generated by a Composite.
VetoableCompositeViewListener The VetoableCompositeViewListener interface defines an object that can be notified about vetoable events that are generated by a CompositeView.
VetoableEventMediator The VetoableEventMediator facilitates to gain access to all vetoable CompositeLine events, vetoable Composite events and vetoable CompositeGroup events.
VetoableEventMediatorListener A VetoableEventMediatorListener is added as listener to a CompositeView and gains access to all occurring vetoable CompositeLine events, vetoable Composite events and vetoable CompositeGroup events.
 

Class Summary
BaseCompositeAdapter The BaseCompositeAdapter class implements the BaseCompositeListener interface and overrides all methods declared there with methods which have no functionality inside.
CompositeAdapter The CompositeAdapter class implements the CompositeListener interface and overrides all methods declared there with methods which have no functionality inside.
CompositeEventMultiplexer The listener interface for receiving events that are related to a Composite, CompositeGroup or CompositeView instances.
CompositeGroupAdapter The CompositeGroupAdapter class implements the CompositeGroupListener interface and overrides all methods declared there with methods which have no functionality inside.
CompositeLineAdapter The CompositeLineAdapter class implements the CompositeLineListener interface and overrides all methods declared there with methods which have no functionality inside.
CompositeTableModelEvent This event is fired on all registered CompositeTableModelListener's whenever a change in the table model occurs.
CompositeTableModelMultiplexer This class manages listeneres registered on a CompositeTableModel.
CompositeTableSelectionEvent A CompositeTableSelectionEvent is fired when a cell, column or row selection in the CompositeTable has occurred.
CompositeTableSelectionMultiplexer The CompositeTableSelectionMultiplexer manages the information of selection listeneres registered on a CompositeTable if a selection of a cell, column or row occured.
CompositeViewAdapter The CompositeViewAdapter class implements the CompositeViewListener interface and overrides all methods declared there with methods which have no functionality inside.
EventMediatorAdapter The EventMediatorAdapter class implements the EventMediatorListener interface and overrides all methods declared there with methods which have no functionality inside.
VetoableBaseCompositeAdapter The VetoableBaseCompositeAdapter class implements the VetoableBaseCompositeListener interface and overrides all methods declared there with methods which have no functionality inside.
VetoableCompositeAdapter The VetoableCompositeAdapter class implements the VetoableCompositeListener interface and overrides all methods declared there with methods which have no functionality inside.
VetoableCompositeGroupAdapter The VetoableCompositeGroupAdapter class implements the VetoableCompositeGroupListener interface and overrides all methods declared there with methods which have no functionality inside.
VetoableCompositeLineAdapter The VetoableCompositeLineAdapter class implements the VetoableCompositeLineListener interface and overrides all methods declared there with methods which have no functionality inside.
VetoableCompositeViewAdapter The VetoableCompositeViewAdapter class implements the VetoableCompositeViewListener interface and overrides all methods declared there with methods which have no functionality inside.
VetoableEventMediatorAdapter The VetoableEventMediatorAdapter class implements the VetoableEventMediatorListener interface and overrides all methods declared there with methods which have no functionality inside.
 

Exception Summary
BaseCompositeEventVetoException A BaseCompositeEventVetoException is thrown when a proposed change to a BaseComposite is not acceptable.
CompositeEventVetoException A CompositeEventVetoException is thrown when a proposed change to a Composite is not acceptable.
CompositeGroupEventVetoException A CompositeGroupEventVetoException is thrown when a proposed change to a CompositeGroup is not acceptable.
CompositeLineEventVetoException A CompositeLineEventVetoException is thrown when a proposed change to a CompositeLine is not acceptable.
CompositeViewEventVetoException A CompositeViewEventVetoException is thrown when a proposed change to a CompositeView is not acceptable.
 

Package com.tensegrity.composite.event Description

Provides interfaces and classes for dealing with events fired by base composites.



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