Developer Tools
JDeveloper
In the source editor, add the following code to the file.
After:
public String getEmail() {
return email;
}
Add:
public void saveInfo (String name, String mail) {
System.out.println("saving..." + name + " " + mail);
}
Instead of typing the sample code, you can copy the code in this window and then paste it into the source editor.
Copyright © 1997, 2009, Oracle. All rights reserved.