Class NotSuspendableAfterSaveEventTest.TestAfterSaveListener
java.lang.Object
de.hybris.platform.core.threadregistry.NotSuspendableAfterSaveEventTest.TestAfterSaveListener
- All Implemented Interfaces:
AfterSaveListener
- Enclosing class:
- NotSuspendableAfterSaveEventTest
public static class NotSuspendableAfterSaveEventTest.TestAfterSaveListener
extends Object
implements AfterSaveListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterSave(Collection<AfterSaveEvent> events) Takes real action to deal with theAfterSaveEvents.void
-
Constructor Details
-
TestAfterSaveListener
public TestAfterSaveListener()
-
-
Method Details
-
afterSave
Description copied from interface:AfterSaveListenerTakes real action to deal with theAfterSaveEvents.- Specified by:
afterSavein interfaceAfterSaveListener- Parameters:
events- all collectedAfterSaveEvents
-
doOnFirstInvocation
public void doOnFirstInvocation()
-