net.sourceforge.jfacets
Interface IInitializableFacet


public interface IInitializableFacet

This interface allows to initialize facets just after they have been retrieved, and before they are returned to the caller of JFacets.getFacet(...).


Method Summary
 void initializeFacet()
          Invoked just after the facet has been successfully retrieved, and right before it's returned to the caller of JFacets.getFacet(...)
 

Method Detail

initializeFacet

void initializeFacet()
Invoked just after the facet has been successfully retrieved, and right before it's returned to the caller of JFacets.getFacet(...).



Copyright © 2012. All Rights Reserved.