您的位置:寻梦网首页编程乐园Java天地Core JavaJava Lecture Notes

Introduction

Content

Apply

Reflect

Extend

previous.gif
 (3087 bytes)

next.gif
 (2959 bytes)

 

Apply Index

Apply Page # 9

Exercise 6 — Java interface as UML

The KeyboardListener interface was defined like this: 

interface KeyboardListener
  {
  void keyPressed();
  void keyReleased();
  }

Show this interface on a UML diagram -- both ways -- including the operations.

Discussion of Exercise 6
Back to content

Back to top

  basicline.gif (169 bytes)

RITSEC - Global Campus
Copyright ?1999 RITSEC- Middlesex University. All rights reserved.
webmaster@globalcampus.com.eg