org.zkoss.pivot.impl.calc
Interface ContextFactory<C extends Context<C>>


public interface ContextFactory<C extends Context<C>>

The factory interface of Context creation. Only used by StandardContextType, for the convenience of polymorphism over its enum construction.

Author:
simonpai

Method Summary
 Context<C> create()
          Create the context.
 

Method Detail

create

Context<C> create()
Create the context.



Copyright © 2012. All Rights Reserved.