blob: c065362144731f6a519492c895718eb93f4e1b6f [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009, 2010 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Matthew Hatem, IBM Corporation - initial API and implementation
* Benjamin Cabe <BCabe@sierrawireless.com> - ongoing enhancements
*******************************************************************************/
package org.eclipse.e4.ui.web;
import org.eclipse.swt.browser.Browser;
public interface BrowserRPCHandler {
public Object handle(final Browser browser, final Object[] arguments);
public void dispose();
}