Package org.eclipse.net4j.util.container
Interface IElementProcessor
- 
- All Known Implementing Classes:
- ChallengeNegotiatorConfigurer,- ResponseNegotiatorInjector
 
 public interface IElementProcessorProcesses elements of amanaged containerwhen they're added to the container.- Author:
- Eike Stepper
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectprocess(IManagedContainer container, java.lang.String productGroup, java.lang.String factoryType, java.lang.String description, java.lang.Object element)
 
- 
- 
- 
Method Detail- 
processjava.lang.Object process(IManagedContainer container, java.lang.String productGroup, java.lang.String factoryType, java.lang.String description, java.lang.Object element) 
 
- 
 
-