anvil.media
Class AnvilMediaTimeEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--anvil.media.AnvilMediaTimeEvent
All Implemented Interfaces:
java.io.Serializable

public class AnvilMediaTimeEvent
extends java.util.EventObject

Represents media time changes.

See Also:
Serialized Form

Constructor Summary
AnvilMediaTimeEvent(java.lang.Object source, javax.media.Time time)
           
 
Method Summary
 javax.media.Time getTime()
          Returns the current media time.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnvilMediaTimeEvent

public AnvilMediaTimeEvent(java.lang.Object source,
                           javax.media.Time time)
Method Detail

getTime

public javax.media.Time getTime()
Returns the current media time.