|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcommon.SourceSink
A slightly klunky class that is used as a handback to a sink STOP event generator - it is used to say "these are the sources I still want to play when you have finished playing the current track"
Field Summary | |
net.jini.core.lookup.ServiceItem |
sink
|
net.jini.core.lookup.ServiceItem[] |
sources
|
Constructor Summary | |
SourceSink(net.jini.core.lookup.ServiceItem[] sources,
net.jini.core.lookup.ServiceItem sink)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public net.jini.core.lookup.ServiceItem[] sources
public net.jini.core.lookup.ServiceItem sink
Constructor Detail |
public SourceSink(net.jini.core.lookup.ServiceItem[] sources, net.jini.core.lookup.ServiceItem sink)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |