Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
422 B

  1. //
  2. //
  3. // ClearAction -
  4. // This is an empty class. We want to send a clear-screen command to
  5. // the scribble listener, however we can only send objects to it, therefore
  6. // we create this empty object and send it when we want the receiver to
  7. // clear the screen.
  8. // In order to support other operations an opcode data member may be added to the class.
  9. //
  10. //
  11. public class ClrAction implements java.io.Serializable
  12. {
  13. }