net.sourceforge.doyen
Class TaskDetailDialog.CheckEnableListener

java.lang.Object
  extended bynet.sourceforge.doyen.TaskDetailDialog.CheckEnableListener
All Implemented Interfaces:
ChangeListener, EventListener
Enclosing class:
TaskDetailDialog

private static class TaskDetailDialog.CheckEnableListener
extends Object
implements ChangeListener


Field Summary
private  Component mComp
           
 
Constructor Summary
TaskDetailDialog.CheckEnableListener(Component comp)
           
 
Method Summary
 void stateChanged(ChangeEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mComp

private Component mComp
Constructor Detail

TaskDetailDialog.CheckEnableListener

public TaskDetailDialog.CheckEnableListener(Component comp)
Method Detail

stateChanged

public void stateChanged(ChangeEvent e)
Specified by:
stateChanged in interface ChangeListener