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 int changed
    Pristine state was modified.
    static int conflicted
    Modified state got conflicting mods.
    static int inapplicable
    It not applicable
    static int merged
    Modified state had mods merged in.
    static int missing
    The item wasn't present.
    static int obstructed
    An unversioned item obstructed work.
    static String[] statusNames
    the textual represention for the status types
    static int unchanged
    The state did not change.
    static int unknown
    Notifier doesn't know or isn't saying.