|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.buglabs.util.StreamMultiplexerEvent
public class StreamMultiplexerEvent
Representation of a StreamMultiplexerEvent
| Field Summary | |
|---|---|
static int |
EVENT_STREAM_ADDED
A new input stream has been requested. |
static int |
EVENT_STREAM_REMOVED
An input stream has been closed. |
int |
numberOfStreams
The number of current active input streams. |
int |
type
The event type. |
| Constructor Summary | |
|---|---|
StreamMultiplexerEvent(int type,
int size)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int EVENT_STREAM_ADDED
public static final int EVENT_STREAM_REMOVED
public int type
EVENT_STREAM_ADDED,
EVENT_STREAM_REMOVEDpublic int numberOfStreams
| Constructor Detail |
|---|
public StreamMultiplexerEvent(int type,
int size)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||