|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.altair.hwm.comm.HWMCommEvent
public class HWMCommEvent
Title: HWMCommEvent
Description: This is the event object which will be passed on when an event is fired by HWMClientComm (when a command is received that is not the result of any query).
Company: Altair Engineering, Inc.
Constructor Summary | |
---|---|
HWMCommEvent(java.lang.Object objSource,
java.lang.String strMsg)
Constructor |
Method Summary | |
---|---|
java.lang.String |
GetMessage()
Gets the message |
void |
SetMessage(java.lang.String strMsg)
Sets the message |
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 HWMCommEvent(java.lang.Object objSource, java.lang.String strMsg)
objSource
- The source object (comm client) which fires the eventstrMsg
- The message that needs to be passed to the handler of the
event (the command that was received through the socket)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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |