Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members  

model::TEvent Class Reference

Inheritance diagram for model::TEvent:

List of all members.

Public Methods

 TEvent (Object tSOURCE, TTuple tTUPLE, int iTYPE)
TTuple getTuple ()
int getType ()

Detailed Description

Model event class. All events are constructed with a reference to the "source" object, that is logically deemed to be the object upon which the event in question initially occurred upon. Besides that, this class is constructed with another reference to a TAccountTemplates._TTuple object.
See also:
TTuple

Definition at line 39 of file TEvent.java.


Constructor & Destructor Documentation

model::TEvent::TEvent Object    tSOURCE,
TTuple    tTUPLE,
int    iTYPE
[inline]
 

Builds a new instance.

Parameters:
tSOURCE  The object on which the event initially occurred.
tTUPLE  The tuple.
iTYPE  The type of the event.

Definition at line 75 of file TEvent.java.


Member Function Documentation

TTuple model::TEvent::getTuple   [inline]
 

Returns the tuple that has been modified.

Returns:
The modified tuple.

Definition at line 91 of file TEvent.java.

int model::TEvent::getType   [inline]
 

Returns the event type.

Returns:
An int representing the type value.
See also:
_TType

Definition at line 101 of file TEvent.java.


The documentation for this class was generated from the following file:
Generated on Mon Oct 13 02:35:27 2003 for MPCL by doxygen1.2.18