Package com.vuzix.ultralite
Interface UltraliteSDK.Canvas.CommitCallback
- Enclosing interface:
- UltraliteSDK.Canvas
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Gets notified when a commit is complete.
- Since:
- 1.1.0
-
Method Summary
-
Method Details
-
done
void done()The commit has completed.
-