List of usage examples for java.util EventListener interface-usage
From source file org.eclipse.ecr.runtime.services.event.ListenerDescriptor.java
class NullListener implements EventListener { @Override public boolean aboutToHandleEvent(Event event) { return false; }
From source file org.polymap.core.runtime.event.AnnotatedEventListener.java
/** * * * @author <a href="http://www.polymap.de">Falko Brutigam</a> */ class AnnotatedEventListener implements EventListener {
From source file pzalejko.iot.hardware.home.core.service.sender.MqttDataSender.java
@Component public class MqttDataSender implements DataSenderService, EventListener { private static final Logger LOG = LoggerFactory.getLogger(MqttDataSender.class); private static final String WILDCARD_POSTFIX = "#";
From source file net.droidsolutions.droidcharts.core.event.ChartChangeListener.java
/**
* The interface that must be supported by classes that wish to receive
* notification of chart events.
* <P>
* The {@link org.jfree.chart.ChartPanel} class registers itself with the chart
* it displays, and whenever the chart changes, the panel redraws itself.
From source file org.apache.qpid.server.store.MessageStoreQuotaEventsTestBase.java
public abstract class MessageStoreQuotaEventsTestBase extends QpidTestCase implements EventListener, TransactionLogResource { private static final Logger _logger = Logger.getLogger(MessageStoreQuotaEventsTestBase.class); protected static final byte[] MESSAGE_DATA = new byte[32 * 1024];
From source file org.nuxeo.runtime.services.event.ListenerDescriptor.java
class NullListener implements EventListener { @Override public boolean aboutToHandleEvent(Event event) { return false; }
From source file fedroot.dacs.swingdemo.DemoFrame.java
/** * main JFrame from which DACS example operations are launched * @author rmorriso */ public class DemoFrame extends JFrame implements EventListener {
From source file org.apache.slide.cluster.ClusterCacheRefresher.java
/**
* <h3>Description</h3>
* <p>
* When configured properly this class will register with one or more external
* Slide instances and listen for changes. Upon notification of a change this
* class will cause the cache of the local Slide instance to be refreshed for
From source file org.red5.server.jetty.Red5WebPropertiesConfiguration.java
package org.red5.server.jetty; /* * RED5 Open Source Flash Server - http://www.osflash.org/red5 *
From source file com.samsung.richnotification.RichNotification.java
/** * This class is responsible for sending rich Notification to the Gear. */ public class RichNotification extends CordovaPlugin implements EventListener { private SrnRichNotificationManager mRichNotificationManager;