Interface NotifyType


public interface NotifyType
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    the surface is entered from an ancestor or
    left towards an ancestor.
    static final int
    the surface is entered from an inferior or
    left towards an inferior.
    static final int
    the surface is entered from or left towards
    a surface which is neither an ancestor nor an inferior.
    static final int
    the pointer moves between two surfaces
    which are not ancestors of each other and the surface is part of
    the ancestor chain between one of these surfaces and their least
    common ancestor.
    static final int
    an unknown type of enter/leave event occurred.
    static final int
    the pointer moves between an ancestor and an
    inferior of the surface.
  • Field Details

    • ANCESTOR

      static final int ANCESTOR
      the surface is entered from an ancestor or
      left towards an ancestor.
      See Also:
    • VIRTUAL

      static final int VIRTUAL
      the pointer moves between an ancestor and an
      inferior of the surface.
      See Also:
    • INFERIOR

      static final int INFERIOR
      the surface is entered from an inferior or
      left towards an inferior.
      See Also:
    • NONLINEAR

      static final int NONLINEAR
      the surface is entered from or left towards
      a surface which is neither an ancestor nor an inferior.
      See Also:
    • NONLINEAR_VIRTUAL

      static final int NONLINEAR_VIRTUAL
      the pointer moves between two surfaces
      which are not ancestors of each other and the surface is part of
      the ancestor chain between one of these surfaces and their least
      common ancestor.
      See Also:
    • UNKNOWN

      static final int UNKNOWN
      an unknown type of enter/leave event occurred.
      See Also: