All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.havi.ui.event.HScreenLocationModifiedListener Maven / Gradle / Ivy

package org.havi.ui.event;

/*
 * Copyright 2000-2003 by HAVi, Inc. Java is a trademark of Sun
 * Microsystems, Inc. All rights reserved.  
 */

import java.util.EventListener;
import org.havi.ui.event.HScreenLocationModifiedEvent;

/**
   This listener is used to monitor when a component, such as an
   {@link org.havi.ui.HVideoComponent HVideoComponent's} on-screen
   location is modified.

  
The parameters to the constructors are as follows, in cases where parameters are not used, then the constructor should use the default values.

Default parameter values exposed in the constructors

ParameterDescriptionDefault value Set methodGet method
None.

Default parameter values not exposed in the constructors

DescriptionDefault valueSet method Get method
None.
@see org.havi.ui.event.HScreenLocationModifiedEvent @see org.havi.ui.HVideoComponent */ public interface HScreenLocationModifiedListener extends java.util.EventListener { /** This method is called when the component's on-screen location is modified. */ public abstract void report(HScreenLocationModifiedEvent gce); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy