Package me.autobot.lib.server.topica
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 TypeMethodDescriptionvoid
onUpdate
(Topica.Database.Topic topic) Called when a topic is updated.
-
Method Details
-
onUpdate
Called when a topic is updated.- Parameters:
topic
- The topic that was updated.
-