Class CancelledCloseInterceptor
java.lang.Object
me.devnatan.inventoryframework.pipeline.CancelledCloseInterceptor
- All Implemented Interfaces:
me.devnatan.inventoryframework.pipeline.PipelineInterceptor<me.devnatan.inventoryframework.VirtualView>
public class CancelledCloseInterceptor
extends Object
implements me.devnatan.inventoryframework.pipeline.PipelineInterceptor<me.devnatan.inventoryframework.VirtualView>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidintercept(me.devnatan.inventoryframework.pipeline.PipelineContext<me.devnatan.inventoryframework.VirtualView> pipeline, me.devnatan.inventoryframework.VirtualView subject)
-
Constructor Details
-
CancelledCloseInterceptor
public CancelledCloseInterceptor()
-
-
Method Details
-
intercept
public void intercept(me.devnatan.inventoryframework.pipeline.PipelineContext<me.devnatan.inventoryframework.VirtualView> pipeline, me.devnatan.inventoryframework.VirtualView subject) - Specified by:
interceptin interfaceme.devnatan.inventoryframework.pipeline.PipelineInterceptor<me.devnatan.inventoryframework.VirtualView>
-