package com.vci.server.base.persistence.event; public interface PostUpdateQueryListener { public void onPostUpdateById(PostUpdateQueryEvent event); }