org.eclipse.net4j.util.container
Interface IElementProcessor

All Known Implementing Classes:
ChallengeNegotiatorConfigurer, ResponseNegotiatorInjector

public interface IElementProcessor

Processes elements of a managed container when they're added to the container.


Method Summary
 Object process(IManagedContainer container, String productGroup, String factoryType, String description, Object element)
           
 

Method Detail

process

Object process(IManagedContainer container,
               String productGroup,
               String factoryType,
               String description,
               Object element)


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.