|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExternalInitIf
This interface is implemented by external class to get access to dynamic operations performed in BioEra during processing (start, stop processing etc).
Method Summary | |
---|---|
void |
destroy()
Invoked once when the class (or design) is being closed. |
void |
init()
Invoked once when the class is created |
void |
pause()
Invoked when design (or this element) is paused |
void |
reinit()
Invoked many times whenever design is reinited |
void |
resume()
Invoked when design (or this element) is resumed, can happen only after resume |
void |
start()
Invoked when design (or this element) is started |
void |
stop()
Invoked when design (or this element) is stopped, can happen only after start |
Method Detail |
---|
void init() throws java.io.IOException
java.io.IOException
void reinit() throws java.io.IOException
java.io.IOException
void start() throws java.io.IOException
java.io.IOException
void stop() throws java.io.IOException
java.io.IOException
void pause() throws java.io.IOException
java.io.IOException
void resume() throws java.io.IOException
java.io.IOException
void destroy()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |