Interface RecentItemListener<M,​T>

  • Type Parameters:
    M - the type of menu
    T - the type of item

    public interface RecentItemListener<M,​T>
    Interface for classes that listen to events of AbstractRecentItemsHandler.
    Version:
    $Revision$
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    See Also:
    AbstractRecentItemsHandler
    • Method Detail

      • recentItemAdded

        void recentItemAdded​(RecentItemEvent<M,​T> e)
        Gets called in case a recent item got added.
        Parameters:
        e - the event
      • recentItemSelected

        void recentItemSelected​(RecentItemEvent<M,​T> e)
        Gets called in case a recent item got selected.
        Parameters:
        e - the event