Class NetworkListenerList

java.lang.Object
com.powsybl.iidm.network.impl.NetworkListenerList

public class NetworkListenerList extends Object
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
  • Constructor Details

    • NetworkListenerList

      public NetworkListenerList()
  • Method Details

    • notifyExtensionCreation

      public void notifyExtensionCreation(Extension<?> extension)
    • notifyExtensionBeforeRemoval

      public void notifyExtensionBeforeRemoval(Extension<?> extension)
    • notifyExtensionAfterRemoval

      public void notifyExtensionAfterRemoval(Identifiable<?> identifiable, String extensionName)
    • notifyExtensionUpdate

      public void notifyExtensionUpdate(Extension<?> extension, String attribute, Object oldValue, Object newValue)