public interface FabricComponentAccessorStateListener
Title: Service Event Fabric Core
Description: Defines a listener that reacts on changing state of the FabricComponentAccessor
.
Copyright: Copyright (c) 2013
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
void |
onClose(FabricComponentAccessor accessor)
This method is invoked when the accessor is closed.
|
void |
onResourceAvailable(FabricComponentAccessor accessor)
This method is invoked when the accessed component becomes available.
|
void |
onResourceUnavailable(FabricComponentAccessor accessor)
This method is invoked when the accessed component becomes unavailable.
|
void onResourceAvailable(FabricComponentAccessor accessor)
accessor
- the accessor associated with the listener.void onResourceUnavailable(FabricComponentAccessor accessor)
accessor
- the accessor associated with the listener.void onClose(FabricComponentAccessor accessor)
accessor
- the accessor associated with the listener.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.