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 interface
CancellableCleanAction<ResourceDescriptionT>
A cancellable clean action can be cancelled.Classes in com.exonum.binding.core.proxy that implement CleanAction Modifier and Type Class Description class
ProxyDestructor
ProxyDestructor 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(java.lang.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 void
Cleaner. add(CleanAction<?> cleanAction)
Registers a new clean action with this context.