CloneSet491


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10330.950compilation_unit
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11018
E:/TSE/Projects-CloneDR/columba-1.4-src/calendar-api/src/main/java/org/columba/calendar/ui/calendar/api/IActivitySelectionChangedListener.java
21018
E:/TSE/Projects-CloneDR/columba-1.4-src/calendar-api/src/main/java/org/columba/calendar/ui/list/api/ICalendarSelectionChangedListener.java
31018
E:/TSE/Projects-CloneDR/columba-1.4-src/calendar-api/src/main/java/org/columba/calendar/ui/navigation/api/IDateRangeChangedListener.java
Next
Last
Clone Instance
1
Line Count
10
Source Line
18
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/calendar-api/src/main/java/org/columba/calendar/ui/calendar/api/IActivitySelectionChangedListener.java

// The contents of this file are subject to the Mozilla Public License Version
// 1.1
//(the "License"); you may not use this file except in compliance with the
//License. You may obtain a copy of the License at http://www.mozilla.org/MPL/
//
//Software distributed under the License is distributed on an "AS IS" basis,
//WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
//for the specific language governing rights and
//limitations under the License.
//
//The Original Code is "The Columba Project"
//
//The Initial Developers of the Original Code are Frederik Dietz and Timo
// Stich.
//Portions created by Frederik Dietz and Timo Stich are Copyright (C) 2003.
//
//All Rights Reserved.
package org.columba.calendar.ui.calendar.api;

import java.util.EventListener;

public interface IActivitySelectionChangedListener extends EventListener {
  public abstract void selectionChanged(ActivitySelectionChangedEvent object);
}




Next
Previous
Clone Instance
2
Line Count
10
Source Line
18
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/calendar-api/src/main/java/org/columba/calendar/ui/list/api/ICalendarSelectionChangedListener.java

// The contents of this file are subject to the Mozilla Public License Version
// 1.1
//(the "License"); you may not use this file except in compliance with the
//License. You may obtain a copy of the License at http://www.mozilla.org/MPL/
//
//Software distributed under the License is distributed on an "AS IS" basis,
//WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
//for the specific language governing rights and
//limitations under the License.
//
//The Original Code is "The Columba Project"
//
//The Initial Developers of the Original Code are Frederik Dietz and Timo
// Stich.
//Portions created by Frederik Dietz and Timo Stich are Copyright (C) 2003.
//
//All Rights Reserved.
package org.columba.calendar.ui.list.api;

import java.util.EventListener;

public interface ICalendarSelectionChangedListener extends EventListener {
  public abstract void selectionChanged(CalendarSelectionChangedEvent object);
}




First
Previous
Clone Instance
3
Line Count
10
Source Line
18
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/calendar-api/src/main/java/org/columba/calendar/ui/navigation/api/IDateRangeChangedListener.java

// The contents of this file are subject to the Mozilla Public License Version
// 1.1
//(the "License"); you may not use this file except in compliance with the
//License. You may obtain a copy of the License at http://www.mozilla.org/MPL/
//
//Software distributed under the License is distributed on an "AS IS" basis,
//WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
//for the specific language governing rights and
//limitations under the License.
//
//The Original Code is "The Columba Project"
//
//The Initial Developers of the Original Code are Frederik Dietz and Timo
// Stich.
//Portions created by Frederik Dietz and Timo Stich are Copyright (C) 2003.
//
//All Rights Reserved.
package org.columba.calendar.ui.navigation.api;

import java.util.EventListener;

public interface IDateRangeChangedListener extends EventListener {
  public abstract void selectionChanged(DateRangeChangedEvent object);
}




Clone AbstractionParameter Count: 3Parameter Bindings

// The contents of this file are subject to the Mozilla Public License Version
// 1.1
//(the "License"); you may not use this file except in compliance with the
//License. You may obtain a copy of the License at http://www.mozilla.org/MPL/
//
//Software distributed under the License is distributed on an "AS IS" basis,
//WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
//for the specific language governing rights and
//limitations under the License.
//
//The Original Code is "The Columba Project"
//
//The Initial Developers of the Original Code are Frederik Dietz and Timo
// Stich.
//Portions created by Frederik Dietz and Timo Stich are Copyright (C) 2003.
//
//All Rights Reserved.
package org.columba.calendar.ui. [[#variable1306c820]].api;

import java.util.EventListener;

public interface [[#variable1306c720]]extends EventListener {
  public abstract void selectionChanged( [[#variable1306c5a0]] object);
}


 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1306c820]]
calendar 
12[[#1306c820]]
list 
13[[#1306c820]]
navigation 
21[[#1306c720]]
IActivitySelectionChangedListener 
22[[#1306c720]]
ICalendarSelectionChangedListener 
23[[#1306c720]]
IDateRangeChangedListener 
31[[#1306c5a0]]
ActivitySelectionChangedEvent 
32[[#1306c5a0]]
CalendarSelectionChangedEvent 
33[[#1306c5a0]]
DateRangeChangedEvent