Interface GraphListener.Synchronous

All Superinterfaces:
ExtensionPoint, GraphListener
All Known Implementing Classes:
StandardGraphLookupView
Enclosing interface:
GraphListener

public static interface GraphListener.Synchronous extends GraphListener
Listener which should be notified of events immediately as they occur. You must be very careful not to acquire locks or block. If you do not implement this marker interface, you will receive notifications in batched deliveries.