|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--Base
|
+--BaseVisual
| Field Summary | |
protected javax.swing.JFrame |
fFrame
|
| Fields inherited from class Base |
agents |
| Constructor Summary | |
BaseVisual()
|
|
BaseVisual(java.lang.String aName)
|
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
|
void |
destroy()
|
void |
init()
|
void |
initMenu()
|
void |
onMessage(Message msg)
Called on incoming message. |
void |
onUpdate()
Called when agent was added or removed. |
| Methods inherited from class Base |
addAgent, messageReceived, removeAgent, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected javax.swing.JFrame fFrame
| Constructor Detail |
public BaseVisual()
public BaseVisual(java.lang.String aName)
| Method Detail |
public void initMenu()
public void init()
public void onUpdate()
BaseonUpdate in class Basepublic void onMessage(Message msg)
BaseonMessage in class Basepublic void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerpublic void destroy()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||