com.tensegrity.composite.event
Interface CompositeEvent

All Superinterfaces:
CompositeRootEvent
All Known Implementing Classes:
AbstractCompositeEvent

public interface CompositeEvent
extends CompositeRootEvent

Common interface for events that occur at a Composite instance.

Version:
$Id: CompositeEvent.java,v 1.6 2003/04/08 08:34:11 MichaelKegel Exp $
Author:
Michael Kegel

Method Summary
 Composite getComposite()
          returns the Composite which generates the event.
 

Method Detail

getComposite

public Composite getComposite()
returns the Composite which generates the event.

Returns:
Composite the Composite the event occurs at


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