Interface NotifyStatus

All Known Implementing Classes:
Notify.Status

public interface NotifyStatus
Status of the text or the property of the item triggering the notification.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Pristine state was modified.
    static final int
    Modified state got conflicting mods.
    static final int
    It not applicable
    static final int
    Modified state had mods merged in.
    static final int
    The item wasn't present.
    static final int
    An unversioned item obstructed work.
    static final java.lang.String[]
    the textual represention for the status types
    static final int
    The state did not change.
    static final int
    Notifier doesn't know or isn't saying.
  • Field Details

    • inapplicable

      static final int inapplicable
      It not applicable
      See Also:
    • unknown

      static final int unknown
      Notifier doesn't know or isn't saying.
      See Also:
    • unchanged

      static final int unchanged
      The state did not change.
      See Also:
    • missing

      static final int missing
      The item wasn't present.
      See Also:
    • obstructed

      static final int obstructed
      An unversioned item obstructed work.
      See Also:
    • changed

      static final int changed
      Pristine state was modified.
      See Also:
    • merged

      static final int merged
      Modified state had mods merged in.
      See Also:
    • conflicted

      static final int conflicted
      Modified state got conflicting mods.
      See Also:
    • statusNames

      static final java.lang.String[] statusNames
      the textual represention for the status types