public abstract class MidiAdvancedEvent extends java.lang.Object implements java.io.Serializable, ITimedStamped
Modifier and Type | Field and Description |
---|---|
protected long |
timestamp |
Constructor and Description |
---|
MidiAdvancedEvent(long timestamp) |
Modifier and Type | Method and Description |
---|---|
long |
getTimestamp() |
long |
getTimeStamp()
Get the event timestamp in microsecond
|
void |
setTimeStamp(long t)
Set the event timestamp in microsecond
|
abstract void |
visit(AbstractMidiEventVisitor visitor)
Visitor pattern implementation
|
public long getTimeStamp()
public void setTimeStamp(long t)
t
- public long getTimestamp()
getTimestamp
in interface ITimedStamped
public abstract void visit(AbstractMidiEventVisitor visitor) throws java.lang.Exception
visitor
- java.lang.Exception