~yrke/tapaal/removeNetType

« back to all changes in this revision

Viewing changes to src/pipe/gui/widgets/ArcTokenSelector.java

MergedĀ lp:~yrke/tapaal/testbranch-syntaxOnlyChanges

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
                void arcTokenSelectorActionPreformed(ArcTokenSelectorListenerEvent e);
112
112
        }
113
113
        
114
 
        public class ArcTokenSelectorListenerEvent{
 
114
        public static class ArcTokenSelectorListenerEvent{
115
115
                private ArcTokenSelector source;
116
116
                public ArcTokenSelectorListenerEvent(ArcTokenSelector source){
117
117
                        this.source = source;