com.seeyon.ctp.common
接口 RunInRightEvent


public interface RunInRightEvent


方法摘要
 int compareTo(RunInRightEvent o)
           
 int getPriority()
           
 void run()
           
 void setPriority(int priority)
           
 

方法详细信息

run

void run()

getPriority

int getPriority()

setPriority

void setPriority(int priority)

compareTo

int compareTo(RunInRightEvent o)