public abstract class BaseItem.MainThread extends Object implements Runnable
ItemServer, where
its startThread method will be invoked.| Constructor and Description |
|---|
BaseItem.MainThread()
Nothing is performed in the constructor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
run()
The run method is exectued by the thread created for the BaseItem
at its binding on the server, and runs until it returns.
|
Copyright © 2016. All Rights Reserved.