public class LogicManager extends Object implements Saveable
Modifier and Type | Field and Description |
---|---|
protected VisBioFrame |
bio
VisBio frame.
|
Constructor and Description |
---|
LogicManager(VisBioFrame bio)
Constructs a logic manager.
|
Modifier and Type | Method and Description |
---|---|
void |
doEvent(VisBioEvent evt)
Called to notify the logic manager of a VisBio event.
|
int |
getTasks()
Gets the number of tasks required to initialize this logic manager.
|
VisBioFrame |
getVisBio()
Gets the VisBio frame for this logic manager.
|
void |
restoreState(Element el)
Restores the current state from the given DOM element.
|
void |
saveState(Element el)
Writes the current state to the given DOM element.
|
protected VisBioFrame bio
public LogicManager(VisBioFrame bio)
public void doEvent(VisBioEvent evt)
public VisBioFrame getVisBio()
public int getTasks()
public void saveState(Element el) throws SaveException
saveState
in interface Saveable
SaveException
public void restoreState(Element el) throws SaveException
restoreState
in interface Saveable
SaveException
Copyright © 2015–2022 SciJava. All rights reserved.