Class Close


  • public final class Close
    extends DialogPrimitive
    A close dialog primitive sent or received by an interceptor extension component.
    Since:
    SIS 2.5.1.
    • Constructor Detail

      • Close

        public Close​(boolean prearrangedEnd)
        Create a new close dialog primitive.
        Parameters:
        prearrangedEnd - flag indicating if the close represents a basic end (false) or pre-arranged end (true).
    • Method Detail

      • isPrearrangedEnd

        public boolean isPrearrangedEnd()
        Determine if the close represents a pre-arranged end.
        Returns:
        true if the close represents a pre-arranged end, false if the close represents a basic end.