What's new? | Help | Directory | Sign in
Google
heron-language
Heron is an object-oriented programming language for model driven architecture
  
  
  
  
    
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
public class PaintEvent extends HeronObject {
// attributes
public double timeElapsed;
// operations
public PaintEvent(final double timeElapsed){
{
this .timeElapsed = timeElapsed ;
}
}
// state entry procedures
// dispatch function
public void onSignal(HeronSignal signal) {
if (false) {
}
}
}
Show details Hide details

Change log

r41 by cdiggins on Feb 23, 2008   Diff

 
Go to: 
Project members, sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 361 bytes, 16 lines