Class PlaceholderModifyLibraryEvent

java.lang.Object
de.xima.fc.gui.event.PlaceholderModifyLibraryEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PlaceholderUpdateLibraryEvent

public abstract class PlaceholderModifyLibraryEvent extends Object implements Serializable
Event data that may be used when the registered placeholders should be changed or modified.
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • PlaceholderModifyLibraryEvent

      public PlaceholderModifyLibraryEvent()
      Creates a new event data instance that may be used when the registered placeholders should be changed or modified.
  • Method Details

    • modify

      public abstract void modify(IPlaceholderLibrary library)
      This method may modify which placeholders are registered.
      Parameters:
      library - The current library with the registered placeholders.