|
NetLogo API version 3.1.5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExtensionManager
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 |
---|
void storeObject(Object obj)
obj
- the object to be storedObject retrieveObject()
void initializeHubNet()
|
NetLogo API version 3.1.5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |