Interface Topica.Database.Topic.UpdateCallback

Enclosing class:
Topica.Database.Topic

public static interface Topica.Database.Topic.UpdateCallback
Callback class for when a topic is updated.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when a topic is updated.
  • Method Details

    • onUpdate

      void onUpdate(Topica.Database.Topic topic)
      Called when a topic is updated.
      Parameters:
      topic - The topic that was updated.