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

com.payneteasy.superfly.client.SessionToucher Maven / Gradle / Ivy

There is a newer version: 1.7-32
Show newest version
package com.payneteasy.superfly.client;

/**
 * Used to touch sessions.
 *
 * @author Roman Puchkovskiy
 */
public interface SessionToucher {
    /**
     * Adds a session ID to be touched.
     *
     * @param sessionId ID of a session to touch
     */
    void addSessionId(long sessionId);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy