|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public static interface AssemblyLine.AssemblyLineListener
This interface is for internal use only. Users must not rely on it.
A listener for AssemblyLine events. The listener will be invoked on the AssemblyLine thread, so the listener should synchronize its internals.
| Method Summary | |
|---|---|
void |
assemblyLineCycleEnded(AssemblyLine al,
Entry work)
An AssemblyLine cycle (iteration) is complete. |
void |
assemblyLineTerminated(AssemblyLine al)
The AssemblyLine terminated. |
| Method Detail |
|---|
void assemblyLineCycleEnded(AssemblyLine al,
Entry work)
throws Exception
al - The AssemblyLine.work - The work Entry.
Exception - Will stop the AssemblyLine, so be careful.void assemblyLineTerminated(AssemblyLine al)
al - The AssemblyLine.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||