OSDN Git Service

Refactors the CaptureSession API by splitting out notifier interface.
authorSascha Haeberling <haeberling@google.com>
Wed, 18 Feb 2015 22:46:48 +0000 (14:46 -0800)
committerSascha Haeberling <haeberling@google.com>
Thu, 19 Feb 2015 19:57:39 +0000 (11:57 -0800)
commitf0ff1a9aa44d04f680af7cec8b97c3b01d3e76bd
treed3c98443633f96d67838b95c7579e91e7955b571
parent90b584400dc5d7535de84f6a2601e3d3e6825764
Refactors the CaptureSession API by splitting out notifier interface.

This will remove the need to pass in an *Impl instead of an interface
and will therefore make the capture intent refactor cleaner as well.

Change-Id: I4d3b272e9cde1548c8ef1ad235a31bf420fe4f74
src/com/android/camera/session/CaptureSessionFactory.java
src/com/android/camera/session/CaptureSessionFactoryImpl.java
src/com/android/camera/session/CaptureSessionImpl.java
src/com/android/camera/session/CaptureSessionManager.java
src/com/android/camera/session/CaptureSessionManagerImpl.java
src/com/android/camera/session/SessionNotifier.java [new file with mode: 0644]