Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.virtuosotechnologies.asaph.standardgui
Class KeySignatureListEditor.AddListener  view KeySignatureListEditor.AddListener download KeySignatureListEditor.AddListener.java

java.lang.Object
  extended bycom.virtuosotechnologies.asaph.standardgui.KeySignatureListEditor.AddListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.UndoableEditListener
Enclosing class:
KeySignatureListEditor

private class KeySignatureListEditor.AddListener
extends java.lang.Object
implements javax.swing.event.UndoableEditListener


Constructor Summary
private KeySignatureListEditor.AddListener()
           
 
Method Summary
 void undoableEditHappened(javax.swing.event.UndoableEditEvent ev)
          Undoable edit has happened
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeySignatureListEditor.AddListener

private KeySignatureListEditor.AddListener()
Method Detail

undoableEditHappened

public void undoableEditHappened(javax.swing.event.UndoableEditEvent ev)
Description copied from interface: javax.swing.event.UndoableEditListener
Undoable edit has happened

Specified by:
undoableEditHappened in interface javax.swing.event.UndoableEditListener