Interface Pauseable
-
- All Known Implementing Classes:
CustomSQLDBReceiver
,DBReceiver
,MulticastReceiver
,SocketNode13
,SocketReceiver
,SocketReceiver.SocketDetail
,UDPReceiver
,XMLSocketReceiver
public interface Pauseable
Instances of this interface can be paused, and resumed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isPaused()
Get paused state.void
setPaused(boolean paused)
Set paused state.
-