org.globus.cog.gui.setup.util
Interface Callback

All Known Implementing Classes:
DateInputControl, IPInputControl, PropertiesFileComponent

public interface Callback

A generic callback interface


Method Summary
 void callback(Object source, Object data)
          The callback method
 

Method Detail

callback

public void callback(Object source,
                     Object data)
The callback method

Parameters:
source - the source of the notification
data - optional data that may come with the notification