|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--org.kaariboga.core.KaaribogaMessageEvent
This is the class for messages that can be fired by kaaribogas.
| Field Summary | |
private KaaribogaMessage |
m
The message encapsuleted by this event. |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
KaaribogaMessageEvent(java.lang.Object obj,
KaaribogaMessage m)
|
|
| Method Summary | |
KaaribogaMessage |
getMessage()
Returns the message encapsulated by this event. |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private KaaribogaMessage m
| Constructor Detail |
public KaaribogaMessageEvent(java.lang.Object obj,
KaaribogaMessage m)
obj - The object that sends this message.m - The message encapsuleted by this event.| Method Detail |
public KaaribogaMessage getMessage()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||