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

com.googlecode.openbox.foo.FooClientExtention Maven / Gradle / Ivy

There is a newer version: 2.1.6
Show newest version
package com.googlecode.openbox.foo;

import com.googlecode.openbox.foo.auth.AuthFactory;
import com.googlecode.openbox.foo.auth.AuthType;
import com.googlecode.openbox.http.ExecutorMonitor;

public interface FooClientExtention {

	void registerProxy(FooClientProxy proxy);

	void unregisterProxy(FooClientProxy proxy);

	void registerMonitor(ExecutorMonitor monitor);

	void unregisterMonitor(ExecutorMonitor monitor);

	void cleanAllProxy();

	void addAuthType(AuthType authType);

	void setAuthType(AuthType authType);

	void setAuthBase(Object authBase);

	Object getAuthBase();

	void setAuthFactory(AuthFactory authFactory);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy