|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectquentinc.audio.ChannelEvent
public class ChannelEvent
A class representing an event occured to a specific channel. There is currently only one event supported.
| Field Summary | |
|---|---|
static int |
END_REACHED
Event type representing the fact that a channel has reached its end (i.e. a sound has just finished playing) |
| Constructor Summary | |
|---|---|
ChannelEvent(Channel ch,
int t)
Construct a new ChannelEvent |
|
| Method Summary | |
|---|---|
Channel |
getChannel()
Get the channel where the event has occured |
int |
getType()
Get the type of event which has occured |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int END_REACHED
| Constructor Detail |
|---|
public ChannelEvent(Channel ch,
int t)
| Method Detail |
|---|
public int getType()
public Channel getChannel()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||