6318e34841e54146927a8065a5851d04dced632c
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / android / java / src / org / xwalk / core / PageLoadListener.java
1 // Copyright (c) 2014 Intel Corporation. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 package org.xwalk.core;
6
7 public interface PageLoadListener {
8
9     public void onPageFinished(String url);
10 }