Class FlowableUserPresenceChangeEventImpl

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String presence  
      protected java.lang.String userId  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPresence()
      The newly changed presence state of the user.
      java.lang.String getUserId()
      The id of the user whose presence has been changed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEvent

        getType
    • Field Detail

      • userId

        protected final java.lang.String userId
      • presence

        protected final java.lang.String presence
    • Constructor Detail

      • FlowableUserPresenceChangeEventImpl

        public FlowableUserPresenceChangeEventImpl​(java.lang.String userId,
                                                   java.lang.String presence)