Package com.adobe.granite.haf.api
Interface PluginTransactionSupport
-
@ConsumerType public interface PluginTransactionSupport
An interface that can be implemented to give some transactional support to HAF plugins
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
begin(Resource resource, ModificationType modificationType)
Called before any changes are made
-
-
-
Method Detail
-
begin
void begin(Resource resource, ModificationType modificationType)
Called before any changes are made
-
-