| com.sun.midp.events.StubEventQueue
StubEventQueue | public class StubEventQueue extends EventQueue (Code) | | This is a stubbed-out version of EventQueue, for testing purposes.
|
Constructor Summary | |
public | StubEventQueue() Constructs an stub event queue. |
StubEventQueue | public StubEventQueue()(Code) | | Constructs an stub event queue.
|
getEventLog | public Event[] getEventLog()(Code) | | Gets the set of logged events.
|
post | public void post(Event event)(Code) | | Post an event to the queue. The reference to the event will be put in
the queue without copying, so the caller should not reuse events
passed to this method.
Parameters: event - event to post |
sendNativeEventToIsolate | public void sendNativeEventToIsolate(NativeEvent event, int isolateId)(Code) | | Send a native event to a specific Isolate.
Parameters: event - a native event Parameters: isolateId - ID of the receiving Isolate |
|
|