Interface ServiceSelectedListener


public interface ServiceSelectedListener
Listener for any objects that want to be notified when a collection has been selected in the ServicePanel.
Author:
Neil Taylor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    selected(String collection)
    Called to provide an update on whether the selected node is a Collection.
  • Method Details

    • selected

      void selected(String collection)
      Called to provide an update on whether the selected node is a Collection.
      Parameters:
      collection - The location of the collection. null, otherwise.