org.carrot2.core
Interface IControllerContextListener

All Known Implementing Classes:
ControllerContextListenerAdapter

public interface IControllerContextListener

A listener receiving events related to a IControllerContext.


Method Summary
 void beforeDisposal(IControllerContext context)
          Invoked before the context is disposed and any keys (values) should be cleaned up to allow garbage collection.
 

Method Detail

beforeDisposal

void beforeDisposal(IControllerContext context)
Invoked before the context is disposed and any keys (values) should be cleaned up to allow garbage collection.



Copyright (c) Dawid Weiss, Stanislaw Osinski