org.eclipse.jpt.core
Interface JpaProject.Updater

All Known Implementing Classes:
JpaProject.Updater.Null
Enclosing interface:
JpaProject

public static interface JpaProject.Updater

Define a strategy that can be used to "update" a JPA project whenever something changes.


Nested Class Summary
static class JpaProject.Updater.Null
          This updater does nothing.
 
Method Summary
 void dispose()
          The JPA project is disposed; dispose the updater.
 void start()
          The updater has just been assigned to its JPA project.
 void update()
          Update the JPA project.
 

Method Detail

start

void start()
The updater has just been assigned to its JPA project.


update

void update()
Update the JPA project.


dispose

void dispose()
The JPA project is disposed; dispose the updater.