org.gxml.xs
Interface SmComponentConsumer<A,S>


public interface SmComponentConsumer<A,S>

Marker interface to show that a class can be connected to an SmComponentProvider according to the Dependency Injection pattern.


Method Summary
 void setComponentProvider(SmComponentProvider<A,S> provider)
          Set the SmComponentProvider for this class.
 

Method Detail

setComponentProvider

void setComponentProvider(SmComponentProvider<A,S> provider)
Set the SmComponentProvider for this class.

Parameters:
provider - The provider of schema components.


Copyright © 2009 TIBCO Software Inc. All Rights Reserved.