6-4
SOMobjects Base Toolkit Quick Reference Guide
SOMEEvent class
(see event.idl)
unsigned long somevGetEventTime ( );
Returns the time of the generic event in milliseconds.
unsigned long somevGetEventType ( );
Returns the type of the generic event.
void somevSetEventTime (
in unsigned long time);
Sets the time of the generic event (time is in milliseconds).
void somevSetEventType (
in unsigned long type);
Sets the type of the generic event.
SOMESinkEvent class
(see sinkev.idl)
long somevGetEventSink ( );
Returns the sink, or source of I/O, of the generic sink event.
void somevSetEventSink (
in long sink);
Sets the sink, or source of I/O, of the generic sink event.
SOMETimerEvent class
(see timerev.idl)
void somevGetEventInterval ( );
Returns the interval of the generic timer event (time in milliseconds).
void somevSetEventInterval (
in long interval);
Sets the interval of the generic timer event (in milliseconds).
Kommentare zu diesen Handbüchern