za.org.coefficient.events
Class CoefficientEvent

java.lang.Object
  extended by za.org.coefficient.events.CoefficientEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
RoleChangedEvent, RSSItemCreatedEvent

public class CoefficientEvent
extends java.lang.Object
implements java.io.Serializable

Class: CoefficientEvent Description: Base class Coefficient System Event objects

Author:
tfogwill
See Also:
Serialized Form

Field Summary
protected  java.lang.String description
           
 
Constructor Summary
CoefficientEvent(java.lang.String description)
          Contruct a CoefficientEvent
 
Method Summary
 java.lang.String getDescription()
          Get the event description.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected java.lang.String description
Constructor Detail

CoefficientEvent

public CoefficientEvent(java.lang.String description)
Contruct a CoefficientEvent

Parameters:
description - the event description.
Method Detail

getDescription

public java.lang.String getDescription()
Get the event description.

Returns:
Returns the event description.


Copyright CSIR. All Rights Reserved.