JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.epics.pvdata.misc
Interface QueueElement<T>
public interface
QueueElement<T>
Interface for a QueueElement. Code that uses Queue must supply a node by calling QueueCreate.crateElement().
Author:
mrk
Method Summary
Methods
Modifier and Type
Method and Description
T
getObject
()
Get the object passed to QueueCreate.createElement();
Method Detail
getObject
T
getObject()
Get the object passed to QueueCreate.createElement();
Returns:
the object.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2014. All Rights Reserved.