|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.gstreamer.media.event.MediaEvent
org.gstreamer.media.event.PositionChangedEvent
public class PositionChangedEvent
| Field Summary | |
|---|---|
int |
percent
|
ClockTime |
position
|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
PositionChangedEvent(MediaPlayer player,
ClockTime position,
int percent)
|
|
| Method Summary | |
|---|---|
int |
getPercent()
|
ClockTime |
getPosition()
|
java.lang.String |
toString()
|
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final ClockTime position
public final int percent
| Constructor Detail |
|---|
public PositionChangedEvent(MediaPlayer player,
ClockTime position,
int percent)
| Method Detail |
|---|
public int getPercent()
public ClockTime getPosition()
public java.lang.String toString()
toString in class MediaEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||