Listing of Source server/VirtualServerUserWindowInterface.java
package se.entra.phantom.server;

/**
 * This interface is implemented by the bar and external image user window.
 */
public interface VirtualServerUserWindowInterface extends VirtualUserWindowInterface
{
  /**
   * This method is called whenever the class has been instantiated.
   */
  public abstract void create(VirtualPanel panel,VirtualCUserWindow userWindow,PhantomCUserWindow data);
}