~tapaal-contributor/tapaal/unselect-objects-after-undo-1894108

« back to all changes in this revision

Viewing changes to src/dk/aau/cs/model/tapn/event/TimedPlaceListener.java

- Did some refactorings in the model.
- Added double click shortcut to shared places/transitions list.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
public interface TimedPlaceListener {
4
4
        void nameChanged(TimedPlaceEvent e);
 
5
        void markingChanged(TimedPlaceEvent e);
5
6
}