H
- The type of the handle to be used.public interface HandleAccessor<H>
Modifier and Type | Interface and Description |
---|---|
static interface |
HandleAccessor.HandleMutator<H>
Provides a mutator for a handle property for e.g. key / handle pair.
|
static interface |
HandleAccessor.HandleProperty<H>
Provides a handle property for e.g. key / handle pair.
|
Modifier and Type | Method and Description |
---|---|
H |
getHandle()
Retrieves the handle from the handle property.
|
H getHandle()
Copyright © 2016. All rights reserved.