Uses of Interface
com.exonum.binding.core.proxy.CleanAction
| Package | Description |
|---|---|
| com.exonum.binding.core.proxy |
-
Uses of CleanAction in com.exonum.binding.core.proxy
Subinterfaces of CleanAction in com.exonum.binding.core.proxy Modifier and Type Interface Description interfaceCancellableCleanAction<ResourceDescriptionT>A cancellable clean action can be cancelled.Classes in com.exonum.binding.core.proxy that implement CleanAction Modifier and Type Class Description classProxyDestructorProxyDestructor is a clean action that destroys a native proxy and closes its native handle.Methods in com.exonum.binding.core.proxy that return CleanAction Modifier and Type Method Description static <ResourceDescriptionT>
CleanAction<ResourceDescriptionT>CleanAction. from(Runnable action, ResourceDescriptionT resourceType)Creates a clean action with a given type.Methods in com.exonum.binding.core.proxy with parameters of type CleanAction Modifier and Type Method Description voidCleaner. add(CleanAction<?> cleanAction)Registers a new clean action with this context.