public abstract class View extends AbstractNativeProxy
There are two sub-types:
nativeHandle| Modifier and Type | Method and Description |
|---|---|
Cleaner |
getCleaner()
Returns the cleaner of this view.
|
long |
getViewNativeHandle()
Returns a native handle of this view.
|
getNativeHandle, isValidHandlepublic long getViewNativeHandle()
java.lang.IllegalStateException - if the view is invalid (closed or nullptr)public Cleaner getCleaner()
Copyright © 2018 Exonum. All rights reserved.