Environment: Siren
EventModifier is the abstract superclass of the classes whose instances operate on event lists. There are operations that can be done eagerly (at definition time) or lazily (at run time)
accessing
function
function: anObject
Set the receiver's instance variable 'function' to be anObject.
index
Answer the receiver's 'index'.
index: anObject
Set the receiver's instance variable 'index' to be anObject.
scale
Answer the receiver's 'scale'.
scale: anObject
Set the receiver's instance variable 'scale' to be anObject.
selector
Answer the receiver's 'selector'.
selector: anObject
Set the receiver's instance variable 'selector' to be anObject.
start
Answer the receiver's 'start'.
start: anObject
Set the receiver's instance variable 'start' to be anObject.
stop
Answer the receiver's 'stop'.
stop: anObject
Set the receiver's instance variable 'stop' to be anObject.
application
valueIn: evtList at: time
MetaClass: EventModifier class
instance creation
Create a new modifier and initialize it
new
Create a new modifier and initialize it