Package org.epics.ca.impl.search
Class SearchTimer.RunLoop
- java.lang.Object
-
- org.epics.ca.impl.search.SearchTimer.RunLoop
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- SearchTimer
protected class SearchTimer.RunLoop extends java.lang.Object implements java.lang.RunnableThe run loop is isolated in its own Runnable class just so that the main class need not implement Runnable, which would allow others to directly invoke run, which is not supported.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRunLoop()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()
-