<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p><br>
</p>
<br>
<div class="moz-cite-prefix">On 9/16/16 6:48 PM, Cantor, Scott
wrote:</div>
<blockquote cite="mid:44D7FA07-5BBB-49EB-B33A-8B06BC85C88F@osu.edu"
type="cite">
<pre wrap="">
</pre>
<blockquote type="cite">
<pre wrap="">Well, there's Method in the reflection API. Don't know if that's what you mean.
</pre>
</blockquote>
<pre wrap="">
Yes, what I was wondering was whether it's possible to independently create a Gauge if you had a way to represent the callback method as an object.
</pre>
</blockquote>
<br>
I think I lost the bubble on why you were asking... But you could
certainly have a Gauge impl which was constructed with a Method
instance. But the Method has to be invoked on a object (e.g. the
queue in their example).... and if you had the queue instance
(somehow, maybe from a ThreadLocal), you could just call a method on
it directly in the normal fashion, so not sure of the use case.<br>
</body>
</html>