This commit is contained in:
xuxueli 2017-12-25 11:51:02 +08:00
parent c23a38373c
commit f54b7f3484
1 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ public abstract class IJobHandler {
/**
* execute handler
* execute handler, invoked when executor receives a scheduling request
*
* @param param
* @return
@ -29,7 +29,7 @@ public abstract class IJobHandler {
/**
* init handler
* init handler, invoked when JobThread init
*/
public void init() {
// TODO
@ -37,7 +37,7 @@ public abstract class IJobHandler {
/**
* destroy handler
* destroy handler, invoked when JobThread destroy
*/
public void destroy() {
// TODO