blob: 284ae8a70f16d3bc7b613661bf7c88e4eed00534 [file]
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
callback interface EventCallback {
boolean handleEvent(Event event);
};