Package de.xima.fc.gui.event
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PlaceholderModifyActiveGroupsEvent()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
modify(Set<IPlaceholderGroup> activeGroups)
This method may modify which groups of placeholders are shown.
-
-
-
Method Detail
-
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.
-
-