All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javajs.awt.event.ActionEvent Maven / Gradle / Ivy

package javajs.awt.event;


public class ActionEvent extends Event {

  private String actionCommand;

  public String getActionCommand() {
    return actionCommand;
  }
  
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy