public class EventUtil extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
listenForChannelEvents(DataChannel channel,
DataChannelListener listener)
Utility method that sets up a GraphChangeListener to be notified when DataChannel
posts an event.
|
static boolean |
listenForChannelEvents(EventManager manager,
DataChannelListener listener)
Listen for events from all channels that use a given EventManager.
|
public static boolean listenForChannelEvents(DataChannel channel, DataChannelListener listener)
public static boolean listenForChannelEvents(EventManager manager, DataChannelListener listener)
Copyright © 2001–2018 Apache Cayenne. All rights reserved.