Interface FactoryListener

All Known Implementing Classes:
FactoryListenerAdapter

public interface FactoryListener
  • Method Details

    • implementationSelectionChanged

      void implementationSelectionChanged(FactoryEvent e)
    • implementationDefaultChanged

      void implementationDefaultChanged(FactoryEvent e)
    • implementationAdded

      void implementationAdded(FactoryEvent e)
    • implementationRemoved

      void implementationRemoved(FactoryEvent e)
    • extensionFactoryAdded

      void extensionFactoryAdded(FactoryEvent e)
    • extensionFactoryRemoved

      void extensionFactoryRemoved(FactoryEvent e)
    • alternativeAdded

      void alternativeAdded(FactoryEvent e)
    • alternativeRemoved

      void alternativeRemoved(FactoryEvent e)
    • instanceCreated

      void instanceCreated(FactoryEvent event)