Class PlaceholderModifyActiveGroupsEvent

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

public abstract class PlaceholderModifyActiveGroupsEvent extends Object implements Serializable
Event data that may be used when the a different set of groups of placeholders should be shown in the placeholder dialog.
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • PlaceholderModifyActiveGroupsEvent

      public PlaceholderModifyActiveGroupsEvent()
  • Method Details

    • modify

      public abstract void modify(Set<IPlaceholderGroup> activeGroups)
      This method may modify which groups of placeholders are shown.
      Parameters:
      activeGroups - The groups of placeholders which are currently shown. You may add or delete items from this set.