com.altair.hwm.beans.utils.events
Class HWMEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.altair.hwm.beans.utils.events.HWMEvent
All Implemented Interfaces:
java.io.Serializable

public class HWMEvent
extends java.util.EventObject

Title: HWMEvent

Description: A generic event object that contains information about what generated the event, the event type, and arbitrary information about the event

Company: Altair Engineering, Inc.

See Also:
Serialized Form

Field Summary
static int CLOSE
           
static int SAVE
           
 
Constructor Summary
HWMEvent(java.lang.Object objSource, int nEventType)
          Constructor
 
Method Summary
 int GetEventType()
          Returns the type of the event
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SAVE

public static final int SAVE
See Also:
Constant Field Values

CLOSE

public static final int CLOSE
See Also:
Constant Field Values
Constructor Detail

HWMEvent

public HWMEvent(java.lang.Object objSource,
                int nEventType)
Constructor

Parameters:
objSource - The object that fired the event
strEventType - The reason why this event is fired
Method Detail

GetEventType

public int GetEventType()
Returns the type of the event

Returns:
int The event type. A constant defined in this class.