|
NetLogo API version 3.0.2 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ExtensionManager
provides some methods that can be used in runOnce
Method Summary | |
void |
initializeHubNet()
Intializes the HubNetManager, this method should be called if the extension intends to use HubNet. |
Object |
retrieveObject()
Returns the stored object. |
void |
storeObject(Object obj)
Stores an object for the extension that can be retrieved in runOnce if the extension is loaded again. |
Method Detail |
public void storeObject(Object obj)
obj
- the object to be storedpublic Object retrieveObject()
public void initializeHubNet()
|
NetLogo API version 3.0.2 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |