org.tigris.subversion.javahl
Interface Notify2
Subversion notification interface.
Implement this interface and implement the onNotify method
to provide a custom notification handler to the SVNClient
class.
If you need to pass extra information to the notification
handler then just add these to you implementing class
onNotify
public void onNotify(NotifyInformation info)
Handler for Subversion notifications.
Override this function to allow Subversion to
send notifications
info
- everything to know about this event