diff dwt/internal/DWTEventListener.d @ 219:9b4e6fc63930

utils updates
author Frank Benoit <benoit@tionex.de>
date Sun, 06 Apr 2008 22:26:22 +0200
parents 0f12f6bb9739
children
line wrap: on
line diff
--- a/dwt/internal/DWTEventListener.d	Sun Apr 06 22:25:15 2008 +0200
+++ b/dwt/internal/DWTEventListener.d	Sun Apr 06 22:26:22 2008 +0200
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*******************************************************************************
  * Copyright (c) 2000, 2003 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
@@ -12,12 +12,8 @@
  *******************************************************************************/
 module dwt.internal.DWTEventListener;
 
-
-//import java.util.EventListener;
+import dwt.dwthelper.utils;
 
-///PORTING_TYPE
-interface EventListener{
-}
 
 /**
  * This interface is the cross-platform version of the