| java.lang.Object net.sourceforge.pmd.util.viewer.model.ViewerModelEvent
ViewerModelEvent | public class ViewerModelEvent (Code) | | The event which will be sent every time the model changes
Note: the instances will be immutable
author: Boris Gruschko ( boris at gruschko.org ) version: $Id: ViewerModelEvent.java 4217 2006-02-10 14:15:31Z tomcopeland $ |
CODE_RECOMPILED | final public static int CODE_RECOMPILED(Code) | | reason in the case of code recompilation
|
NODE_SELECTED | final public static int NODE_SELECTED(Code) | | reason in the case of node selection
|
PATH_EXPRESSION_APPENDED | final public static int PATH_EXPRESSION_APPENDED(Code) | | reason in the case of path extension
|
PATH_EXPRESSION_EVALUATED | final public static int PATH_EXPRESSION_EVALUATED(Code) | | reason in the case of path expression evaluation
|
ViewerModelEvent | public ViewerModelEvent(Object source, int reason)(Code) | | Creates an event
Parameters: source - event's source Parameters: reason - event's reason |
ViewerModelEvent | public ViewerModelEvent(Object source, int reason, Object parameter)(Code) | | Creates an event
Parameters: source - event's source Parameters: reason - event's reason Parameters: parameter - parameter object |
getReason | public int getReason()(Code) | | |
|
|