Class ProcessChangedEvent

java.lang.Object
ru.bgcrm.event.AbstractEvent
ru.bgcrm.event.UserEvent
ru.bgcrm.event.process.ProcessChangedEvent
All Implemented Interfaces:
Serializable, Event
Direct Known Subclasses:
TmcListChangedEvent

public class ProcessChangedEvent extends UserEvent
See Also:
  • Field Details

  • Constructor Details

    • ProcessChangedEvent

      public ProcessChangedEvent(DynActionForm form, Process process, int changeMode)
  • Method Details

    • getProcess

      public Process getProcess()
    • isCreated

      public boolean isCreated()
    • isCreatedLinked

      public boolean isCreatedLinked()
    • isStatus

      public boolean isStatus()
    • isDescription

      public boolean isDescription()
    • isDescriptionAdd

      public boolean isDescriptionAdd()
    • isGroups

      public boolean isGroups()
    • isExecutors

      public boolean isExecutors()
    • isPriority

      public boolean isPriority()
    • isType

      public boolean isType()
    • isCreateFinished

      public boolean isCreateFinished()
    • isRemoved

      public boolean isRemoved()
    • isClosed

      public boolean isClosed()
    • toString

      public String toString()
      Overrides:
      toString in class Object