Big change - changing BinderImpl to use commands/

git-svn-id: https://google-guice.googlecode.com/svn/trunk@420 d779f126-a31b-0410-b53b-1d3aecad763e
diff --git a/src/com/google/inject/BoundProviderFactory.java b/src/com/google/inject/BoundProviderFactory.java
index f0708e0..77fe909 100644
--- a/src/com/google/inject/BoundProviderFactory.java
+++ b/src/com/google/inject/BoundProviderFactory.java
@@ -16,7 +16,7 @@
 
 package com.google.inject;
 
-import com.google.inject.BinderImpl.CreationListener;
+import com.google.inject.BindCommandProcessor.CreationListener;
 
 /**
  * Delegates to a custom factory which is also bound in the injector.