|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
cz.cuni.pogamut.Client.SendCmdEvent
public class SendCmdEvent
Event which is raised when the command is sent. It contains new message and can be caught by anyone interested
| Field Summary | |
|---|---|
private Command |
message
|
private static long |
serialVersionUID
|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
SendCmdEvent(java.lang.Object source,
Command message)
|
|
| Method Summary | |
|---|---|
Command |
getMessage()
|
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private Command message
private static final long serialVersionUID
| Constructor Detail |
|---|
public SendCmdEvent(java.lang.Object source,
Command message)
| Method Detail |
|---|
public Command getMessage()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||