2005/5/9

     
 

class EventObject

artefaktur
Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

acdk::util::EventObject Class Reference

#include <EventObject.h>

Inheritance diagram for acdk::util::EventObject:

acdk::lang::Object acdk::lang::ObjectBase acdk::lang::dmi::StdDispatch List of all members.

Detailed Description

API: Java.

Author:
Roger Rene Kommer (mailto:kommer@artefaktur.com)
Version:
Revision
1.4
Date:
Date
2005/02/05 10:45:05


Public Member Functions

 EventObject (IN(acdk::lang::Object) source)
virtual acdk::lang::Object getSource ()
RString toString ()
 return a string representation of this object Object::toString() return getName() by default


Protected Attributes

RString _source


Constructor & Destructor Documentation

acdk::util::EventObject::EventObject IN(acdk::lang::Object source  )  [inline]
 


Member Function Documentation

virtual acdk::lang::Object acdk::util::EventObject::getSource  )  [inline, virtual]
 

RString acdk::util::EventObject::toString  )  [inline, virtual]
 

return a string representation of this object Object::toString() return getName() by default

Reimplemented from acdk::lang::Object.


Member Data Documentation

RString acdk::util::EventObject::_source [protected]