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

org.fluentlenium.core.events.ListenerContainer Maven / Gradle / Ivy

package org.fluentlenium.core.events;

/**
 * Listener attached to a container.
 */
public interface ListenerContainer {
    /**
     * Get the underlying container of this listener.
     *
     * @return container object
     */
    Object getContainer();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy