blob: 6e6cd8477d94e38a1b635973497f51173ca853b6 [file] [log] [blame]
Winson Chunga4ccb862014-08-22 15:26:27 -07001/*
Winsone7f138c2015-10-22 16:15:21 -07002 * Copyright (C) 2015 The Android Open Source Project
Winson Chunga4ccb862014-08-22 15:26:27 -07003 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
Winsone7f138c2015-10-22 16:15:21 -070017package com.android.systemui.recents.events.ui;
18
19import com.android.systemui.recents.events.EventBus;
Winson Chunga4ccb862014-08-22 15:26:27 -070020
21/**
Winsone7f138c2015-10-22 16:15:21 -070022 * This is sent whenever the user interacts with the activity.
Winson Chunga4ccb862014-08-22 15:26:27 -070023 */
Winsone7f138c2015-10-22 16:15:21 -070024public class UserInteractionEvent extends EventBus.Event {
25 // Simple event
26}