All Downloads are FREE. Search and download functionalities are using the official Maven repository.

orbit.client.execution.Deactivatable.kt Maven / Gradle / Ivy

There is a newer version: 2.0.0a19
Show newest version
/*
 Copyright (C) 2015 - 2020 Electronic Arts Inc.  All rights reserved.
 This file is part of the Orbit Project .
 See license in LICENSE.
 */

package orbit.client.execution

import orbit.client.addressable.DeactivationReason
import orbit.client.net.Completion
import orbit.shared.addressable.AddressableReference

interface Deactivatable {
    fun deactivate(deactivationReason: DeactivationReason): Completion
    val reference: AddressableReference
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy