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
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:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description PlaceholderModifyLibraryEvent()Creates a new event data instance that may be used when the registered placeholders should be changed or modified. 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidmodify(IPlaceholderLibrary library)This method may modify which placeholders are registered. 
 - 
 
- 
- 
Method Detail
- 
modify
public abstract void modify(IPlaceholderLibrary library)
This method may modify which placeholders are registered.- Parameters:
 library- The current library with the registered placeholders.
 
 - 
 
 -