public interface AttributeWritePaused extends AttributeReadPaused
paused attribute of an object.| Modifier and Type | Method and Description |
|---|---|
void |
setPaused(boolean paused)
This method sets the
paused attribute programatically. |
isPausedvoid setPaused(boolean paused)
paused attribute programatically. If set to true
the process (e.g. playback) is paused at the current state. After another call with false it
gets resumed at the previous position.paused - is the new value of AttributeReadPaused.isPaused(). Use true to pause and
false to resume.AttributeReadPaused.isPaused()Copyright © 2001–2016 mmm-Team. All rights reserved.