IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.emf.msl
Interface IOperationEvent


public interface IOperationEvent

An event that describes the notifications that are batched when an API executes.

API clients should not implement this interface.

ResourceSetOperationor during its undo execution.

See Also:
OperationListener

Method Summary
 List getNotifications()
          The list of notifications that were sent while performing or undoing the operation.
 

Method Detail

getNotifications

public List getNotifications()
The list of notifications that were sent while performing or undoing the operation. Each item in the list is an instance of Notification or one of its derived classes. Notification.getEventType should be used to determine the exact nature of the change this notification represents. Possible event types are exposed in EventTypes.

Returns:
The list of notifications

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.