Interface UpdateListener<T>

Type Parameters:
T - the generic element's type
All Superinterfaces:
EventListener
All Known Implementing Classes:
UpdatePrinter

public interface UpdateListener<T> extends EventListener
The interface for UpdateListener used for dynamic preference aggregation
Author:
Bastian Wolf
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    UpdateListener is informed as soon as an update occurs
  • Method Details

    • eventOccurred

      void eventOccurred(UpdateEvent<T> e)
      UpdateListener is informed as soon as an update occurs
      Parameters:
      e - the update event observed by the listener