annotate src/com/lamerman/SelectionMode.java @ 420:e5f7c2584296
revert notifyUser() changes
author |
Carl Byington <carl@five-ten-sg.com> |
date |
Wed, 29 Oct 2014 15:31:21 -0700 (2014-10-29) |
parents |
0ce5cc452d02 |
children |
|
rev |
line source |
0
|
1 package com.lamerman;
|
|
2
|
|
3 public class SelectionMode {
|
|
4 public static final int MODE_CREATE = 0;
|
|
5
|
|
6 public static final int MODE_OPEN = 1;
|
|
7 }
|