|
jlscp v0.8 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.linuxsampler.lscp.event.TotalStreamCountEvent
public class TotalStreamCountEvent
A semantic event which indicates that the total number of active streams has changed.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
TotalStreamCountEvent(java.lang.Object source,
int count)
Constructs a TotalStreamCountEvent object. |
|
| Method Summary | |
|---|---|
int |
getTotalStreamCount()
Gets the total number of active streams. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TotalStreamCountEvent(java.lang.Object source,
int count)
TotalStreamCountEvent object.
source - The object that originated the event.count - The new number of active streams.| Method Detail |
|---|
public int getTotalStreamCount()
|
jlscp v0.8 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||