Summary
| Public Methods | 
|---|
	 
    
        | void | hear(Component component, DeferredClass<?> clazz, Object source) | 
	 
    
        | void | hear(Class<?> qualifiedType, Object source) | 
| [Expand] Inherited Methods | 
|---|
|  From class
  java.lang.Object 
  
   
    
    
	 
    
        | Object | clone() |  
        | boolean | equals(Object arg0) |  
        | void | finalize() |  
        | final
            
            
            Class<?> | getClass() |  
        | int | hashCode() |  
        | final
            
            
            void | notify() |  
        | final
            
            
            void | notifyAll() |  
        | String | toString() |  
        | final
            
            
            void | wait() |  
        | final
            
            
            void | wait(long arg0, int arg1) |  
        | final
            
            
            void | wait(long arg0) |  | 
|  From interface
  org.eclipse.sisu.plexus.PlexusTypeListener 
  
   
    
    
	 
    
        | abstract
            
            
            
            
            void | hear(Component component, DeferredClass<?> implementation, Object source) |  | 
|  From interface
  org.eclipse.sisu.space.QualifiedTypeListener | 
 
Public Constructors
 
    
      
        public 
         
         
         
         
        
      
      PlexusTypeBinder
      (Binder binder)
    
      
    
 
Public Methods
 
    
      
        public 
         
         
         
         
        void
      
      hear
      (Component component, DeferredClass<?> clazz, Object source)
    
      
    
      
  
  
      Parameters
      
        
          | component | The Plexus component | 
        
          | clazz | The implementation | 
        
          | source | The source of this component | 
      
   
     
 
 
    
      
        public 
         
         
         
         
        void
      
      hear
      (Class<?> qualifiedType, Object source)