com.tonbeller.wcf.component
Interface RenderListener

All Known Subinterfaces:
ItemElementRenderer, RequestListeningNodeRenderer
All Known Implementing Classes:
ChangeOrderMgr, DefaultItemElementRenderer, SelectionMgr

public interface RenderListener

Part of a component that wants to be informed about the rendering. Only few Components support this.

Author:
av

Method Summary
 void startRendering(RequestContext context)
          informs the implementor that the component is going to be rendered
 void stopRendering()
          informs the implementor that the tree has been rendered
 

Method Detail

startRendering

public void startRendering(RequestContext context)
informs the implementor that the component is going to be rendered


stopRendering

public void stopRendering()
informs the implementor that the tree has been rendered