Skip to content

Commit

Permalink
Some initial code for #12
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Denisov committed Apr 10, 2019
1 parent ec6c353 commit 4318dda
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -400,14 +400,14 @@ public void actionPerformed(java.awt.event.ActionEvent evt) {
public void actionPerformed(java.awt.event.ActionEvent evt) {

//Code for debugging starts
final PsmEvents handler = sortedSegments -> {
for(String s: sortedSegments){
logger.info(s);
}
};
addEventHandler(handler);
sortAndFilter(new String[]{"Create Fine:Payment", "Create Fine:Send Fine", "Send Fine:Payment", "Payment:Add penalty"});
//removeEventHandler(handler);
// final PsmEvents handler = sortedSegments -> {
// for(String s: sortedSegments){
// logger.info(s);
// }
// };
// addEventHandler(handler);
// sortAndFilter(new String[]{"Create Fine:Payment", "Create Fine:Send Fine", "Send Fine:Payment", "Payment:Add penalty"});
// //removeEventHandler(handler);
//Code for debugging ends

final LegendDialog2 legendDialog =
Expand Down

0 comments on commit 4318dda

Please sign in to comment.