Schnittstelle HasActionListener

Alle bekannten Unterschnittstellen:
ButtonTagDeclaration, EventTagDeclaration, LinkTagDeclaration, SheetPageCommandTagDeclaration, TabGroupTagDeclaration

public interface HasActionListener
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    setActionListener(String actionListener)
    MethodExpression representing an action listener method that will be notified when this component is activated by the user.
  • Methodendetails

    • setActionListener

      void setActionListener(String actionListener)
      MethodExpression representing an action listener method that will be notified when this component is activated by the user. The expression must evaluate to a public method that takes an ActionEvent parameter, with a return type of void.