org.eclipse.datatools.sqltools.schemaobjecteditor.ui
Interface IResourceChangeEvent
- All Known Implementing Classes: 
- ResourceChangeEvent
- public interface IResourceChangeEvent 
The resource change event
- Author:
- Idull
 
| Method Summary | 
|  java.lang.Object | getSource()Returns the resouce object, which will be useful when the resource is changed.
 | 
|  int | getType()Returns the type of the event
 | 
 
PRE_DELETE
static final int PRE_DELETE
- See Also:
- Constant Field Values
POST_DELETE
static final int POST_DELETE
- See Also:
- Constant Field Values
PRE_RENAME
static final int PRE_RENAME
- See Also:
- Constant Field Values
POST_RENAME
static final int POST_RENAME
- See Also:
- Constant Field Values
PRE_CHANGE
static final int PRE_CHANGE
- See Also:
- Constant Field Values
POST_CHANGE
static final int POST_CHANGE
- See Also:
- Constant Field Values
getType
int getType()
- Returns the type of the event
 
- 
- Returns:
- See Also:
- PRE_DELETE,- POST_DELETE,- PRE_RENAME,- POST_RENAME,- PRE_CHANGE,- POST_CHANGE
 
getSource
java.lang.Object getSource()
- Returns the resouce object, which will be useful when the resource is changed.
 
- 
- Returns: