com.aptana.ide.scripting.events
Class ProfilesAddProfileEvent

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

public class ProfilesAddProfileEvent
extends Event

Author:
paul
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
ProfilesAddProfileEvent(java.lang.Object target, int id, Profile profile)
           
 
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

ProfilesAddProfileEvent

public ProfilesAddProfileEvent(java.lang.Object target,
                               int id,
                               Profile profile)
Parameters:
target -
id -
profile -