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

Quick Search    Search Deep

com.hexidec.ekit
Class EkitCore.CustomUndoableEditListener  view EkitCore.CustomUndoableEditListener download EkitCore.CustomUndoableEditListener.java

java.lang.Object
  extended bycom.hexidec.ekit.EkitCore.CustomUndoableEditListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.UndoableEditListener
Enclosing class:
EkitCore

class EkitCore.CustomUndoableEditListener
extends java.lang.Object
implements javax.swing.event.UndoableEditListener

Class for implementing the Undo listener to handle the Undo and Redo actions


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

Constructor Detail

EkitCore.CustomUndoableEditListener

EkitCore.CustomUndoableEditListener()
Method Detail

undoableEditHappened

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

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