blob: ffc53a8c5379e7f7a544a345d7aeeb3ceb3a63ee [file]
// Copyright 2019 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
deprecated_syntax;
library test.pkg.eventqueue;
// This is an example event monitor FIDL protocol that can be used with the event queue library.
protocol ExampleEventMonitor {
OnEvent(string:100 event) -> ();
};