|
|||||||||
| 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.BaseEvent
Events that can be fired by the kaariboga base. These events are fired when a kaariboga agent is added or removed from the base.
| Field Summary | |
private java.lang.String |
name
Name of the kaariboga that has been added or removed from the base. |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
BaseEvent(java.lang.Object obj,
java.lang.String name)
Creates a new base event. |
|
| Method Summary | |
java.lang.String |
getName()
Returns the name of the kaariboga that has been added or removed from the base. |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private java.lang.String name
| Constructor Detail |
public BaseEvent(java.lang.Object obj,
java.lang.String name)
obj - The object that created the event.name - Name of the kaariboga.| Method Detail |
public java.lang.String getName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||