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

com.ui4j.spi.PageContext Maven / Gradle / Ivy

The newest version!
package com.ui4j.spi;

import com.ui4j.api.browser.SelectorEngine;

public interface PageContext {

    EventRegistrar getEventRegistrar();

    EventManager getEventManager();

    SelectorEngine getSelectorEngine();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy