rjw.dc.console.components
Class ComponentFactory.RefreshSoftwareCategories

java.lang.Object
  |
  +--rjw.dc.console.components.ComponentFactory.RefreshSoftwareCategories
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
ComponentFactory

public static class ComponentFactory.RefreshSoftwareCategories
extends java.lang.Object
implements java.awt.event.ActionListener

Forces a refresh of the content of the Software categories combobox


Constructor Summary
ComponentFactory.RefreshSoftwareCategories()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentFactory.RefreshSoftwareCategories

public ComponentFactory.RefreshSoftwareCategories()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener