org.eclipse.emf.mint
Class MemberAnnotationChangedEvent
java.lang.Object
   java.util.EventObject
java.util.EventObject
       org.eclipse.emf.mint.MemberAnnotationChangedEvent
org.eclipse.emf.mint.MemberAnnotationChangedEvent
- All Implemented Interfaces: 
- Serializable
- public class MemberAnnotationChangedEvent 
- extends EventObject
Event describing a change to a Java type member's code
 generation status.
- See Also:
- Serialized Form
- Restriction
- This class is not intended to be subclassed by clients.
- Restriction
- This class is not intended to be instantiated by clients.
 
 
 
 
 
 
MemberAnnotationChangedEvent
public MemberAnnotationChangedEvent(IMemberAnnotationManager manager,
                                    Map<org.eclipse.jdt.core.IMember,CodeGenStatus> changes)
- Creates an instance of the event.
 
- Parameters:
- manager- event source
- changes- map of members and their changed statuses
- Restriction
- This constructor is not intended to be referenced by
              clients.
 
getChanges
public Map<org.eclipse.jdt.core.IMember,CodeGenStatus> getChanges()
- Returns a map of members and their changed statuses.
 
- 
- Returns:
- map of members and their changed statuses