Interface ChangeListener

All Superinterfaces:
EventListener

public interface ChangeListener extends EventListener
Implement this interface to receive the ChangeEvent notifications.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method is invoked when there is a change to a cache entry.
  • Method Details

    • cacheEntryChanged

      void cacheEntryChanged(ChangeEvent e)
      This method is invoked when there is a change to a cache entry.