|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface ConfigInstanceListener
This interface is for internal use only. Users must not rely on it.
Listener for configuration instance notifications.
| Method Summary | |
|---|---|
void |
assemblyLineStarted(AssemblyLine assemblyLine)
AssemblyLine started from the configuration instance. |
void |
assemblyLineStopped(AssemblyLine assemblyLine)
AssemblyLine stopped. |
void |
configInstanceStarted(RSInterface configInstance)
The configuration instance started - the log is created and the thread is running, but it may not be fully initialized yet. |
void |
configInstanceStopped(RSInterface configInstance)
The configuration instance stopped. |
| Method Detail |
|---|
void configInstanceStarted(RSInterface configInstance)
configInstance - The configuration instance.void assemblyLineStarted(AssemblyLine assemblyLine)
assemblyLine - AssemblyLine.void assemblyLineStopped(AssemblyLine assemblyLine)
assemblyLine - AssemblyLine.void configInstanceStopped(RSInterface configInstance)
configInstance - The configuration instance.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||