Class DialogPrimitive

  • Direct Known Subclasses:
    Close, Delimiter

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

      • DialogPrimitive

        public DialogPrimitive()
    • Method Detail

      • getType

        public abstract DialogPrimitive.Type getType()
        Get the type of dialog primitive.
        Returns:
        the type of dialog primitive.
      • getName

        public abstract String getName()
        Get a descriptive name for this dialog primitive.
        Returns:
        a name.