LineListener
interface can
register to receive events when a line's status changes.
Line
, Line#addLineListener
, Line#removeLineListener
, LineEvent
Modifier and Type | Method and Description |
---|---|
public void |
update | back to summary |
---|---|
public void update(LineEvent event) Informs the listener that a line's state has changed. The listener can
then invoke
|