Class SysAttributeChangeEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
cn.herodotus.engine.core.foundation.context.AbstractApplicationEvent<SysAttribute>
cn.herodotus.engine.logic.upms.domain.event.SysAttributeChangeEvent
All Implemented Interfaces:
Serializable

public class SysAttributeChangeEvent extends cn.herodotus.engine.core.foundation.context.AbstractApplicationEvent<SysAttribute>

Description: SysSecurityAttribute实体数据变更事件

Author:
: gengwei.zheng
See Also:
Date:
: 2021/8/4 22:18
  • Constructor Details

    • SysAttributeChangeEvent

      public SysAttributeChangeEvent(SysAttribute data)
    • SysAttributeChangeEvent

      public SysAttributeChangeEvent(SysAttribute data, Clock clock)