Uses of Interface
org.basex.server.EventNotifier

Packages that use EventNotifier
org.basex.server Server implementation. 
 

Uses of EventNotifier in org.basex.server
 

Fields in org.basex.server with type parameters of type EventNotifier
protected  java.util.Map<java.lang.String,EventNotifier> ClientSession.notifiers
          Event notifications.
 

Methods in org.basex.server with parameters of type EventNotifier
 void ClientSession.watch(java.lang.String name, EventNotifier notifier)
          Watches an event.