|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--simulator.Ambient
This class is provided becouse you can add some static
object in the simulator when a connection is made.
It's abstract so you must implement it.
There's only one method in this class:
buildStatic
that is called by the
Connection
's initilization class
Constructor Summary | |
Ambient()
This constructor is here only to remember you that your class may have an initialization part that can be called only in the Server initialization. |
Method Summary | |
abstract void |
buildStatic(Connection connection)
This method is that build the static ambient. |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public Ambient()
Server
initialization.Method Detail |
public abstract void buildStatic(Connection connection)
nodesList
of Connection
.connection
- a reference to Connection
for
using it's object.Connection.nodesList
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |