File: EventHandler.itcl

package info (click to toggle)
cost 2.2p1-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,032 kB
  • ctags: 1,728
  • sloc: ansic: 12,123; tcl: 2,702; sh: 209; makefile: 161
file content (15 lines) | stat: -rw-r--r-- 232 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Base itcl class for Cost event handlers
#

itcl_class EventHandler {
    method START {} {}
    method END {} {}
    method CDATA {} {}
    method SDATA {} {}
    method RE {} {}
    method DATAENT {} {}
    method PI {} {}
}