App
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
appcore
src
mhr
appcore
tools
actiondata
CancelableToolActionData.java
Go to the documentation of this file.
1
package
mhr.appcore.tools.actiondata;
2
6
public
class
CancelableToolActionData
implements
ToolActionData
{
7
11
public
static
enum
Action
{
12
UPDATE_PREVIEW
, CANCEL_PREVIEW, COMMIT_PREVIEW
13
}
14
15
public
Action
action
;
16
23
public
CancelableToolActionData
(
Action
action
) {
24
this.action =
action
;
25
}
26
27
}
Generated on Thu May 23 2013 22:10:56 for App by
1.8.3