|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.fourthline.cling.controlpoint.ActionCallback
org.fourthline.cling.support.avtransport.callback.Seek
public abstract class Seek
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.fourthline.cling.controlpoint.ActionCallback |
---|
ActionCallback.Default |
Field Summary |
---|
Fields inherited from class org.fourthline.cling.controlpoint.ActionCallback |
---|
actionInvocation, controlPoint |
Constructor Summary | |
---|---|
Seek(Service service,
SeekMode mode,
String target)
|
|
Seek(Service service,
String relativeTimeTarget)
|
|
Seek(UnsignedIntegerFourBytes instanceId,
Service service,
SeekMode mode,
String target)
|
|
Seek(UnsignedIntegerFourBytes instanceId,
Service service,
String relativeTimeTarget)
|
Method Summary | |
---|---|
void |
success(ActionInvocation invocation)
|
Methods inherited from class org.fourthline.cling.controlpoint.ActionCallback |
---|
createDefaultFailureMessage, failure, failure, getActionInvocation, getControlPoint, run, setControlPoint, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Seek(Service service, String relativeTimeTarget)
public Seek(UnsignedIntegerFourBytes instanceId, Service service, String relativeTimeTarget)
public Seek(Service service, SeekMode mode, String target)
public Seek(UnsignedIntegerFourBytes instanceId, Service service, SeekMode mode, String target)
Method Detail |
---|
public void success(ActionInvocation invocation)
success
in class ActionCallback
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |