Modifier and type | Property and description |
---|---|
long | oSCurrentTime |
java.lang.Class<T> | referenceType |
Modifier and type | Action and description |
---|---|
void | addTimeListener(TimeListener) |
protected void | fireTimeChanged Notifies about time changes. |
double | fromOSDuration(double) |
double | fromOSTime(double) |
long | getOSCurrentTime |
java.lang.Class<T> | getReferenceType |
void | removeTimeListener(TimeListener) |
double | toOSDuration(double) |
double | toOSTime(double) |
val oSCurrentTime : long
This property is an alias for the action: getOSCurrentTime
val referenceType : java.lang.Class<T>
This property is an alias for the action: getReferenceType
new(SmartListenerCollection<T>)
def addTimeListener(TimeListener)
protected def fireTimeChanged
def fromOSDuration(double) : double
def fromOSTime(double) : double
def getOSCurrentTime : long
def getReferenceType : java.lang.Class<T>
def removeTimeListener(TimeListener)
def toOSDuration(double) : double
def toOSTime(double) : double