org.chorem.jtimer.ui
Class TimerTaskEditor.TextChangeListener

java.lang.Object
  extended by org.chorem.jtimer.ui.TimerTaskEditor.TextChangeListener
All Implemented Interfaces:
EventListener, DocumentListener
Enclosing class:
TimerTaskEditor

protected class TimerTaskEditor.TextChangeListener
extends Object
implements DocumentListener


Constructor Summary
protected TimerTaskEditor.TextChangeListener()
           
 
Method Summary
 void changedUpdate(DocumentEvent e)
           
 void insertUpdate(DocumentEvent e)
           
 void removeUpdate(DocumentEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimerTaskEditor.TextChangeListener

protected TimerTaskEditor.TextChangeListener()
Method Detail

changedUpdate

public void changedUpdate(DocumentEvent e)
Specified by:
changedUpdate in interface DocumentListener

insertUpdate

public void insertUpdate(DocumentEvent e)
Specified by:
insertUpdate in interface DocumentListener

removeUpdate

public void removeUpdate(DocumentEvent e)
Specified by:
removeUpdate in interface DocumentListener


Copyright © 2007-2010 CodeLutin. All Rights Reserved.