javatools.cron
Class CrontabEntryGui.ListListener

java.lang.Object
  |
  +--javatools.cron.CrontabEntryGui.ListListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ListSelectionListener
Enclosing class:
CrontabEntryGui

class CrontabEntryGui.ListListener
extends java.lang.Object
implements javax.swing.event.ListSelectionListener


Field Summary
(package private)  CrontabEntryGui.CrontabEntryGuiComponent timeUnit
           
 
Constructor Summary
CrontabEntryGui.ListListener(CrontabEntryGui.CrontabEntryGuiComponent timeUnit)
           
 
Method Summary
 void valueChanged(javax.swing.event.ListSelectionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timeUnit

CrontabEntryGui.CrontabEntryGuiComponent timeUnit
Constructor Detail

CrontabEntryGui.ListListener

public CrontabEntryGui.ListListener(CrontabEntryGui.CrontabEntryGuiComponent timeUnit)
Method Detail

valueChanged

public void valueChanged(javax.swing.event.ListSelectionEvent e)
Specified by:
valueChanged in interface javax.swing.event.ListSelectionListener