|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.altair.hwm.beans.utils.events.HWMCmdEvent
public class HWMCmdEvent
Title: HWMCmdEvent
Description: This is the event object which will be passed on when an event is fired by a bean when it completes its method.
Company: Altair Engineering, Inc.
| Constructor Summary | |
|---|---|
HWMCmdEvent(java.lang.Object objSource,
int nMethodID)
Constructor |
|
HWMCmdEvent(java.lang.Object objSource,
int nMethodID,
java.lang.String strMsg)
Constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
GetMessage()
Gets the message |
int |
GetMethodID()
Every method in the HWM components that fire this event, has a method ID. |
void |
SetMessage(java.lang.String strMsg)
Sets the message |
void |
SetMethodID(int nMethodID)
Every method in the HWM components that fire this event, has a method ID. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HWMCmdEvent(java.lang.Object objSource,
int nMethodID)
objSource - The source object which fires the eventnMethodID - The id of the method that fires the event
public HWMCmdEvent(java.lang.Object objSource,
int nMethodID,
java.lang.String strMsg)
objSource - The source object which fires the eventnMethodID - The id of the method that fires the eventstrMsg - The message that needs to be passed to the handler of the
event| Method Detail |
|---|
public java.lang.String GetMessage()
public void SetMessage(java.lang.String strMsg)
strMsg - The message that needs to passed on to the listener
(maybe err msg)public int GetMethodID()
public void SetMethodID(int nMethodID)
nMethodID - The method ID
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||