Package de.xima.fc.gui.event
Class PlaceholderModifyLibraryEvent
java.lang.Object
de.xima.fc.gui.event.PlaceholderModifyLibraryEvent
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PlaceholderUpdateLibraryEvent
Event data that may be used when the registered placeholders should be changed or modified.
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new event data instance that may be used when the registered placeholders should be changed or modified. -
Method Summary
Modifier and TypeMethodDescriptionabstract void
modify
(IPlaceholderLibrary library) This method may modify which placeholders are registered.
-
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
This method may modify which placeholders are registered.- Parameters:
library
- The current library with the registered placeholders.
-