comparison dwtx/novocode/ishell/internal/DesktopListener.d @ 190:df4e66472aff

novocode line endings, indention
author Frank Benoit <benoit@tionex.de>
date Sun, 26 Oct 2008 15:04:41 +0100
parents e3780acbbf80
children
comparison
equal deleted inserted replaced
189:71ca5bcf2307 190:df4e66472aff
23 * @version $Id: DesktopListener.java 320 2005-02-26 13:37:02 +0000 (Sat, 26 Feb 2005) szeiger $ 23 * @version $Id: DesktopListener.java 320 2005-02-26 13:37:02 +0000 (Sat, 26 Feb 2005) szeiger $
24 */ 24 */
25 25
26 interface DesktopListener : DWTEventListener 26 interface DesktopListener : DWTEventListener
27 { 27 {
28 public void shellCreated(Event event); 28 public void shellCreated(Event event);
29 29
30 public void shellDisposed(Event event); 30 public void shellDisposed(Event event);
31 31
32 public void shellActivated(Event event); 32 public void shellActivated(Event event);
33 } 33 }