Moved CommandEvent into swing.event.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@612 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: Controller.java,v 1.8 2002/02/16 06:57:13 mdb Exp $
|
||||
// $Id: Controller.java,v 1.9 2002/02/28 21:55:14 mdb Exp $
|
||||
//
|
||||
// samskivert library - useful routines for java programs
|
||||
// Copyright (C) 2001 Michael Bayne
|
||||
@@ -26,6 +26,7 @@ import java.awt.event.ActionEvent;
|
||||
import java.awt.event.ActionListener;
|
||||
|
||||
import com.samskivert.Log;
|
||||
import com.samskivert.swing.event.CommandEvent;
|
||||
|
||||
/**
|
||||
* The controller class provides a basis for the separation of user
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// $Id: CommandEvent.java,v 1.1 2001/12/20 00:38:03 mdb Exp $
|
||||
// $Id: CommandEvent.java,v 1.2 2002/02/28 21:55:15 mdb Exp $
|
||||
|
||||
package com.samskivert.swing;
|
||||
package com.samskivert.swing.event;
|
||||
|
||||
import java.awt.event.ActionEvent;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user