All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.onetwo.common.ds.ContextHolder Maven / Gradle / Ivy

package org.onetwo.common.ds;

import org.onetwo.common.log.DataChangedContext;

public interface ContextHolder {
	
//	public  T getContext(Class clazz);
	
//	public  void setContext(T context);

	public DataChangedContext getDataChangedContext();
	public void setDataChangedContext(DataChangedContext context);

	public  void setContextAttribute(String attrName, T attr);
	public  T getContextAttribute(String attrName);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy