|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--net.openai.ai.nn.network.event.AbstractNNEvent
|
+--net.openai.ai.nn.network.event.ConnectionEvent
Connection Event
| Field Summary |
| Fields inherited from class net.openai.ai.nn.network.event.AbstractNNEvent |
ADD, REMOVE |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
ConnectionEvent(java.lang.Object source,
Connection connection,
int type)
Constructs a new ConnectionEvent |
|
| Method Summary | |
Connection |
getConnection()
returns the connections |
| Methods inherited from class net.openai.ai.nn.network.event.AbstractNNEvent |
getType |
| 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 |
| Constructor Detail |
public ConnectionEvent(java.lang.Object source,
Connection connection,
int type)
| Method Detail |
public Connection getConnection()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||