Class DefaultUpdateListener

java.lang.Object
org.kawanfw.sql.api.server.listener.DefaultUpdateListener
All Implemented Interfaces:
UpdateListener

public class DefaultUpdateListener
extends Object
implements UpdateListener
Default implementation of UpdateListener. The updateActionPerformed(ClientEvent, Connection) does nothing for the sake of speed execution.
Since:
9.0
Author:
Nicolas de Pomereu
  • Constructor Details

    • DefaultUpdateListener

      public DefaultUpdateListener()
  • Method Details