com.tensegrity.generic.attribute.event
Class AbstractAttributableOnSetEvent

java.lang.Object
  extended bycom.tensegrity.generic.attribute.event.AbstractAttributableOnSetEvent
All Implemented Interfaces:
AttributableOnSetRootEvent
Direct Known Subclasses:
AttributableOnSetEvent

public abstract class AbstractAttributableOnSetEvent
extends java.lang.Object
implements AttributableOnSetRootEvent

The abtract base class for an AttributableOnSetEvent. This event indicates that a change in the attributes of an AttributableOnSet-object occured.

Version:
$Id: AbstractAttributableOnSetEvent.java,v 1.1 2003/02/13 12:47:22 sr Exp $
Author:
Stepan Rutz

Constructor Summary
AbstractAttributableOnSetEvent(AttributableOnSet attributableset, int eventid)
          Constructor specifying the AttributableOnSet and an event id.
 
Method Summary
 AttributableOnSet getAttributableOnSet()
          Returns the AttributableOnSet-object that originated the event.
 java.lang.String getDescription()
          Returns the description of the event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractAttributableOnSetEvent

public AbstractAttributableOnSetEvent(AttributableOnSet attributableset,
                                      int eventid)
Constructor specifying the AttributableOnSet and an event id.

Parameters:
attributableset - the source for this event.
eventid - the id of this event.
Method Detail

getAttributableOnSet

public AttributableOnSet getAttributableOnSet()
Description copied from interface: AttributableOnSetRootEvent
Returns the AttributableOnSet-object that originated the event.

Specified by:
getAttributableOnSet in interface AttributableOnSetRootEvent
Returns:
the AttributableOnSet that caused the event.

getDescription

public java.lang.String getDescription()
Description copied from interface: AttributableOnSetRootEvent
Returns the description of the event.

Specified by:
getDescription in interface AttributableOnSetRootEvent
Returns:
the description of the event.


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