|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmoss.modules.UKeyTest
public class UKeyTest
this class provides a utility that simply prints out the various characters typed into it. The intended purpose is to see what characters certain keys generate (e.g. up-arrow). Exit the utility by pressing return twice.
| Constructor Summary | |
|---|---|
UKeyTest()
|
|
| Method Summary | |
|---|---|
int |
main(java.lang.String[] argv,
MEnv envp)
process entry-point. |
void |
signal(int signo,
java.lang.Object sigdata)
signal handler |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UKeyTest()
| Method Detail |
|---|
public int main(java.lang.String[] argv,
MEnv envp)
main in interface MUserProcessargv - array of command-line arguments, including program nameenvp - process environment
public void signal(int signo,
java.lang.Object sigdata)
signal in interface MUserProcesssigno - signal numbersigdata - signal data
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||