|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRepositoryListener
The IRepositoryListener
captures the basic
notification the server has to send to registered listeners.
Method Summary | |
---|---|
void |
documentCommitted(IDocument doc)
This method is invoked by the server when a new document is committed. |
void |
documentImported(IDocument doc)
This method is invoked by the server when a new document is imported. |
void |
documentRemoved(IDocument doc)
This method is invoked by the server when a new document is removed. |
Method Detail |
---|
void documentCommitted(IDocument doc) throws java.rmi.RemoteException
doc
- The document which was committed to the server.
java.rmi.RemoteException
- If a communication error occurs.void documentImported(IDocument doc) throws java.rmi.RemoteException
doc
- The document which was imported to the server.
java.rmi.RemoteException
- If a communication error occurs.void documentRemoved(IDocument doc) throws java.rmi.RemoteException
doc
- The document which was removed to the server.
java.rmi.RemoteException
- If a communication error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |