|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CaptureListener
A listener that can be registered with a Capture object, to be notified of capture events.
| Method Summary | |
|---|---|
void |
processCloseCapture(Captures.Factory source,
Capture<?> capture)
Notifies that an existing capture session has been closed and is no longer active. |
void |
processOpenCapture(Captures.Factory source,
Capture<?> capture)
Notifies that a new capture session has been opened. |
| Method Detail |
|---|
void processOpenCapture(Captures.Factory source,
Capture<?> capture)
source - source factory that opened the capture sessioncapture - new capture session just opened
void processCloseCapture(Captures.Factory source,
Capture<?> capture)
source - source factory that the capture session was opened withcapture - capture that was closed
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||