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

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

There is a newer version: 14.31.10
Show newest version
package javajs.awt.event;


public class ActionEvent extends Event {

  private String actionCommand;

  public String getActionCommand() {
    return actionCommand;
  }
  
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy