summaryrefslogtreecommitdiff
path: root/src/main/java/org/cristalise/gui/graph/event/SelectionChangedEvent.java
blob: cfcb85e58917b92726142e9414706aedade362d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
package org.cristalise.gui.graph.event;

import org.cristalise.gui.graph.controller.Selection;
import org.cristalise.kernel.graph.event.GraphModelEvent;



public class SelectionChangedEvent extends GraphModelEvent
{
    public Selection mSelection = null;
}