controller
Interface ControllerListener

All Known Implementing Classes:
PnlTabAccessPoints, PnlTabPeople, PnlTabTools, PropDialog

public interface ControllerListener

This interface defines the methods that a PnlTabI must implement. This interface is for classes that wish to be a controller listener


Method Summary
 void refresh()
          This method is for notifying the listener that it needs to refresh its data.
 

Method Detail

refresh

public void refresh()
This method is for notifying the listener that it needs to refresh its data.