org.carrot2.core
Class ControllerContextListenerAdapter

java.lang.Object
  extended by org.carrot2.core.ControllerContextListenerAdapter
All Implemented Interfaces:
IControllerContextListener

public class ControllerContextListenerAdapter
extends Object
implements IControllerContextListener

An empty adapter implementation of IControllerContextListener.


Constructor Summary
ControllerContextListenerAdapter()
           
 
Method Summary
 void beforeDisposal(IControllerContext context)
          Invoked before the context is disposed and any keys (values) should be cleaned up to allow garbage collection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControllerContextListenerAdapter

public ControllerContextListenerAdapter()
Method Detail

beforeDisposal

public void beforeDisposal(IControllerContext context)
Description copied from interface: IControllerContextListener
Invoked before the context is disposed and any keys (values) should be cleaned up to allow garbage collection.

Specified by:
beforeDisposal in interface IControllerContextListener
See Also:
IController.dispose()


Copyright (c) Dawid Weiss, Stanislaw Osinski