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

com.jd.blockchain.contract.model.ContractAppLifecycleAwire Maven / Gradle / Ivy

There is a newer version: 0.8.3.RELEASE
Show newest version
package com.jd.blockchain.contract.model;

/**
 * 合约实现此接口可以监听合约应用的生命周期事件;
 * 
 * 
 * @author huanghaiquan
 *
 */
public interface ContractAppLifecycleAwire extends ContractRuntimeAwire {
	
	void postConstruct();
	
	void beforeDestroy();
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy