Uses of Interface
com.exonum.binding.core.proxy.CleanAction
-
Packages that use CleanAction Package Description com.exonum.binding.core.proxy -
-
Uses of CleanAction in com.exonum.binding.core.proxy
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(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.
-