Revision: 17844
http://sourceforge.net/p/gate/code/17844
Author: markagreenwood
Date: 2014-04-16 15:17:12 +0000 (Wed, 16 Apr 2014)
Log Message:
-----------
trashed a few more obsolete files
Removed Paths:
-------------
gate/trunk/src/main/gate/creole/nerc/
gate/trunk/src/main/gate/event/ObjectModificationEvent.java
gate/trunk/src/main/gate/event/ObjectModificationListener.java
Deleted: gate/trunk/src/main/gate/event/ObjectModificationEvent.java
===================================================================
--- gate/trunk/src/main/gate/event/ObjectModificationEvent.java 2014-04-16
14:26:41 UTC (rev 17843)
+++ gate/trunk/src/main/gate/event/ObjectModificationEvent.java 2014-04-16
15:17:12 UTC (rev 17844)
@@ -1,43 +0,0 @@
-/*
- * ObjectModificationEvent.java
- *
- * Copyright (c) 1995-2012, The University of Sheffield. See the file
- * COPYRIGHT.txt in the software or at http://gate.ac.uk/gate/COPYRIGHT.txt
- *
- * This file is part of GATE (see http://gate.ac.uk/), and is free
- * software, licenced under the GNU Library General Public License,
- * Version 2, June 1991 (in the distribution as file licence.html,
- * and also available at http://gate.ac.uk/gate/licence.html).
- *
- * Marin Dimitrov, 21/Sep/2001
- *
- */
-
-
-package gate.event;
-
-public class ObjectModificationEvent extends GateEvent {
-
- private static final long serialVersionUID = 317108345148607338L;
-
- public static final int OBJECT_CREATED = 1000;
- public static final int OBJECT_MODIFIED = 1001;
- public static final int OBJECT_DELETED = 1002;
-
- private static int subtype;
-
- public ObjectModificationEvent(Object source, int type, int subtype) {
-
- super(source,type);
-
- assert (type == OBJECT_CREATED ||
- type == OBJECT_DELETED ||
- type == OBJECT_MODIFIED);
-
- ObjectModificationEvent.subtype = subtype;
- }
-
- public int getSubType() {
- return ObjectModificationEvent.subtype;
- }
- }
Deleted: gate/trunk/src/main/gate/event/ObjectModificationListener.java
===================================================================
--- gate/trunk/src/main/gate/event/ObjectModificationListener.java
2014-04-16 14:26:41 UTC (rev 17843)
+++ gate/trunk/src/main/gate/event/ObjectModificationListener.java
2014-04-16 15:17:12 UTC (rev 17844)
@@ -1,26 +0,0 @@
-/*
- * ObjectModificationListener.java
- *
- * Copyright (c) 1995-2012, The University of Sheffield. See the file
- * COPYRIGHT.txt in the software or at http://gate.ac.uk/gate/COPYRIGHT.txt
- *
- * This file is part of GATE (see http://gate.ac.uk/), and is free
- * software, licenced under the GNU Library General Public License,
- * Version 2, June 1991 (in the distribution as file licence.html,
- * and also available at http://gate.ac.uk/gate/licence.html).
- *
- * Marin Dimitrov, 21/Sep/2001
- *
- */
-
-package gate.event;
-
-
-public interface ObjectModificationListener extends GateListener {
-
- public void objectCreated(ObjectModificationEvent e);
-
- public void objectModified(ObjectModificationEvent e);
-
- public void objectDeleted(ObjectModificationEvent e);
-}
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs