com.aptana.ide.scripting.events
Class ActionsDeleteSetEvent

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

public class ActionsDeleteSetEvent
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
ActionsDeleteSetEvent(java.lang.Object target, int id, java.lang.String name)
          ActionsDeleteSetEvent
 
Method Summary
 
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

ActionsDeleteSetEvent

public ActionsDeleteSetEvent(java.lang.Object target,
                             int id,
                             java.lang.String name)
ActionsDeleteSetEvent

Parameters:
target -
id -
name -