|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BasicEvent | |
---|---|
de.sciss.app | |
de.sciss.jcollider | |
de.sciss.jcollider.gui |
Uses of BasicEvent in de.sciss.app |
---|
Methods in de.sciss.app with parameters of type BasicEvent | |
---|---|
void |
EventManager.dispatchEvent(BasicEvent e)
Puts a new event in the queue. |
abstract boolean |
BasicEvent.incorporate(BasicEvent oldEvent)
Asks the event to incorporate the action described by another (older) event. |
void |
EventManager.Processor.processEvent(BasicEvent e)
Processes the next event in the queue. |
Uses of BasicEvent in de.sciss.jcollider |
---|
Subclasses of BasicEvent in de.sciss.jcollider | |
---|---|
class |
NodeEvent
These kind of events get delivered by a node watcher to inform listeners about node status changes. |
class |
ServerEvent
These kind of events get delivered by a server represenation to inform listeners about server status changes |
Methods in de.sciss.jcollider with parameters of type BasicEvent | |
---|---|
boolean |
ServerEvent.incorporate(BasicEvent oldEvent)
Used by the EventManager to
fuse successive events together when they queue. |
boolean |
NodeEvent.incorporate(BasicEvent oldEvent)
Used by the EventManager to
fuse successive events together when they queue. |
void |
Server.processEvent(BasicEvent e)
This is used to dispatch server events. |
void |
NodeWatcher.processEvent(BasicEvent e)
This is used to dispatch node events. |
Uses of BasicEvent in de.sciss.jcollider.gui |
---|
Subclasses of BasicEvent in de.sciss.jcollider.gui | |
---|---|
class |
NumberEvent
This kind of event is fired from a NumberField gadget when
the user modified its contents. |
Methods in de.sciss.jcollider.gui with parameters of type BasicEvent | |
---|---|
boolean |
NumberEvent.incorporate(BasicEvent oldEvent)
|
void |
NumberField.processEvent(BasicEvent e)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |