Class OpEvent<T>

java.lang.Object
com.power4j.fist.boot.common.op.bus.OpEvent<T>
Direct Known Subclasses:
CrudEvent

public class OpEvent<T> extends Object
Since:
1.0
Author:
CJ (power4j@outlook.com)
  • Constructor Details

    • OpEvent

      public OpEvent(T target, Object... args)
      构造方法
      Parameters:
      target - 业务对象
      args - 操作参数,一般情况下不建议使用,不易维护
    • OpEvent

      public OpEvent(T target)
      构造方法
      Parameters:
      target - 业务对象