package org.webswing.toolkit.api;

/**
 * Implemented by Webswing's WebToolkit  
 */
public interface WebswingApiProvider {
	WebswingApi getApi();
}
