com.altair.hwm.beans.utils.events
Class HWMEvent
java.lang.Object
java.util.EventObject
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 |
SAVE
public static final int SAVE
- See Also:
- Constant Field Values
CLOSE
public static final int CLOSE
- See Also:
- Constant Field Values
HWMEvent
public HWMEvent(java.lang.Object objSource,
int nEventType)
- Constructor
- Parameters:
objSource
- The object that fired the eventstrEventType
- The reason why this event is fired
GetEventType
public int GetEventType()
- Returns the type of the event
- Returns:
- int The event type. A constant defined in this class.