Interface IPluginCustomGUIBeanBeforeSave
- 
- All Superinterfaces:
 Serializable
public interface IPluginCustomGUIBeanBeforeSave extends Serializable
Interface for events that may occur during before saving plugin configuration definition- Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default booleangetContinueProcessing()A getter that describes whether further processing should be performed. 
 - 
 
- 
- 
Method Detail
- 
getContinueProcessing
default boolean getContinueProcessing()
A getter that describes whether further processing should be performed.- Returns:
 Booleanwhether the processing should be continued
 
 - 
 
 -