| java.lang.Object com.sun.midp.main.NamsNotifier
NamsNotifier | public class NamsNotifier implements EventListener(Code) | | Works as a simple (display) manager to test NAMS.
|
Constructor Summary | |
public | NamsNotifier() public constructor. |
NamsNotifier | public NamsNotifier()(Code) | | public constructor.
registers itself as an event listener for TEST_EVENT
|
preprocess | public boolean preprocess(Event event, Event waitingEvent)(Code) | | event preprocessing event routine - empty
Parameters: event - event to check Parameters: waitingEvent - event to compare with always returns true |
process | public void process(Event event)(Code) | | main event event processing event routine
Parameters: event - event to process |
waitForBG | public boolean waitForBG(long timeout)(Code) | | |
waitForFG | public boolean waitForFG(int appId, long timeout)(Code) | | |
waitForState | public boolean waitForState(int appId, int state, long timeout)(Code) | | |
|
|