Interface UserEventAppenderDao

All Known Subinterfaces:
UserEventDao
All Known Implementing Classes:
JdbcUserEventDao

public interface UserEventAppenderDao
DAO API for write-only access to creating user events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(UserEvent event)
    Add an event.
  • Method Details

    • add

      void add(UserEvent event)
      Add an event.
      Parameters:
      event - the event to add