com.aptana.ide.scripting.events
Class ErrorsChangedEvent

java.lang.Object
  extended by org.mozilla.javascript.ScriptableObject
      extended by com.aptana.ide.scripting.events.Event
          extended by com.aptana.ide.scripting.events.ErrorsChangedEvent
All Implemented Interfaces:
java.io.Serializable, org.mozilla.javascript.ConstProperties, org.mozilla.javascript.debug.DebuggableObject, org.mozilla.javascript.Scriptable

public class ErrorsChangedEvent
extends Event

Author:
Kevin Lindsey
See Also:
Serialized Form

Field Summary
static java.lang.String eventType
          This event's type name
 
Fields inherited from class org.mozilla.javascript.ScriptableObject
CONST, DONTENUM, EMPTY, PERMANENT, READONLY, UNINITIALIZED_CONST
 
Fields inherited from interface org.mozilla.javascript.Scriptable
NOT_FOUND
 
Constructor Summary
ErrorsChangedEvent(java.lang.Object target, IFileError[] errors)
          Create a new instance of MenuSelectedEvent
 
Method Summary
 IFileError[] getErrors()
          Get the error list associated with this event
 
Methods inherited from class com.aptana.ide.scripting.events.Event
getClassName, getTarget, getType
 
Methods inherited from class org.mozilla.javascript.ScriptableObject
associateValue, callMethod, callMethod, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, equivalentValues, get, get, getAllIds, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getDefaultValue, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, getTopScopeValue, has, has, hasInstance, hasProperty, hasProperty, isConst, isSealed, put, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setGetterOrSetter, setParentScope, setPrototype
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eventType

public static final java.lang.String eventType
This event's type name

See Also:
Constant Field Values
Constructor Detail

ErrorsChangedEvent

public ErrorsChangedEvent(java.lang.Object target,
                          IFileError[] errors)
Create a new instance of MenuSelectedEvent

Parameters:
target -
errors -
Method Detail

getErrors

public IFileError[] getErrors()
Get the error list associated with this event

Returns:
IFileError[]