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 start()
          The updater has just been assigned to its JPA project.
 void stop()
          The JPA project is disposed; stop the updater.
 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.


stop

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