# Enum: com.pnfsoftware.jeb.core.units.code.asm.items.NativeItemEventType

Native item event types.

## Constant: DISPOSED
Description: Item was disposed

## Constant: MODIFIED
Description: Structural modification

## Constant: UPDATED
Description: Superficial update

## Method: isDeepChange
- return type: `boolean`

Description: Determine whether this event represents a structural change.
return: true if the event refers to a [modification](#MODIFIED) or a [disposal](#DISPOSED)

## Static Method: valueOf
- parameter: `name`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.core.units.code.asm.items.NativeItemEventType`


## Static Method: values
- return type: `com.pnfsoftware.jeb.core.units.code.asm.items.NativeItemEventType[]`


