2
0
Fork 0

added empty files and fixed a little

This commit is contained in:
willem.cazander 2010-09-25 18:42:09 +02:00
parent d6d77072d9
commit 3d0d609462
43 changed files with 944 additions and 373 deletions

View file

@ -653,7 +653,7 @@ public class SwingVascFrontend extends AbstractVascFrontend {
}
public VascFrontendEventType[] getEventTypes() {
VascFrontendEventType[] result = {VascFrontendEventType.DATA_LIST_UPDATE};
VascFrontendEventType[] result = {VascFrontendEventType.POST_UPDATE};
return result;
}
}