Interface LayoutComponentListener<PK>

All Known Implementing Classes:
LayoutComponentAdapter

public interface LayoutComponentListener<PK>
Layout Component Listener listener for events thrown by the user interface
Author:
Moritz Neuhäuser <moritz.neuhaeuser@nuclos.de>
  • Method Details

    • searchEntered

      void searchEntered(SearchContext context)
      search entered
      Parameters:
      context - SearchContext
    • newEntered

      void newEntered(NewContext context)
      new entered
      Parameters:
      context - NewContext
    • singleViewEntered

      void singleViewEntered(SingleContext<PK> context)
      view entered by single object
      Parameters:
      context - SingleContext
    • multiViewEntered

      void multiViewEntered(MultiContext<PK> context)
      view entered by multiple objects
      Parameters:
      context - MultiContext
    • singleDeleteBefore

      void singleDeleteBefore(SingleContext<PK> context)
      delete entered by single object (before)
      Parameters:
      context - SingleContext
    • singleDeleteAfter

      void singleDeleteAfter(SingleContext<PK> context)
      delete entered by single object (after)
      Parameters:
      context - SingleContext
    • multiDeleteBefore

      void multiDeleteBefore(MultiContext<PK> context)
      delete entered by multiple objects (before)
      Parameters:
      context - MultiContext
    • multiDeleteAfter

      void multiDeleteAfter(MultiContext<PK> context)
      delete entered by multiple objects (after)
      Parameters:
      context - MultiContext
    • singleUpdateBefore

      void singleUpdateBefore(SingleContext<PK> context)
    • singleUpdateAfter

      void singleUpdateAfter(SingleContext<PK> context)
    • singleInsertBefore

      void singleInsertBefore(SingleContext<PK> context)
    • singleInsertAfter

      void singleInsertAfter(SingleContext<PK> context)