All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ldaptive.handler.CompleteHandler Maven / Gradle / Ivy

There is a newer version: 2.4.1
Show newest version
/* See LICENSE for licensing and NOTICE for copyright. */
package org.ldaptive.handler;

/**
 * Marker interface for a complete handler.
 *
 * @author  Middleware Services
 */
@FunctionalInterface
public interface CompleteHandler
{


  /** Method to execute on completion. */
  void execute();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy