What's new?
|
Help
|
Directory
|
Sign in
heron-language
Heron is an object-oriented programming language for model driven architecture
Project Home
Downloads
Wiki
Issues
Source
Checkout
|
Browse
|
Changes
|
Source Path:
svn
/
trunk
/
output
/
KeyEvent.java
r47
1
2
3
4
5
6
7
8
9
10
11
public class KeyEvent extends HeronObject {
// attributes
public int key;
// operations
// state entry procedures
// dispatch function
public void onSignal(HeronSignal signal) {
if (false) {
}
}
}
Show details
Hide details
Change log
r47
by cdiggins on Apr 09, 2008
Diff
Go to:
...k/output/BallCollisionEvent.java
/trunk/output/KeyEvent.java
...k/output/WallCollisionEvent.java
/trunk/output/test.html
Project members,
sign in
to write a code review
Older revisions
All revisions of this file
File info
Size: 236 bytes, 11 lines
View raw file