Class UserRoleChangeEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class UserRoleChangeEvent
    extends UserEvent
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.Collection<ProcessRole> roles  
      • Fields inherited from class com.netgrif.application.engine.event.events.user.UserEvent

        user
      • Fields inherited from class com.netgrif.application.engine.event.events.Event

        time
      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMessage()  
      • Methods inherited from class org.springframework.context.ApplicationEvent

        getTimestamp
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • roles

        protected final java.util.Collection<ProcessRole> roles
    • Constructor Detail

      • UserRoleChangeEvent

        public UserRoleChangeEvent​(LoggedUser user,
                                   java.util.Collection<ProcessRole> roles)
      • UserRoleChangeEvent

        public UserRoleChangeEvent​(IUser user,
                                   java.util.Collection<ProcessRole> roles)
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Specified by:
        getMessage in class Event