Code Search for Developers
 
 
  

IRegistrationListener.java from BIRT at Krugle


Show IRegistrationListener.java syntax highlighted

package org.eclipse.birt.core.ui.frameworks.taskwizard.interfaces;

public interface IRegistrationListener
{
    /**
     * Notification method...called when a new task is successfully registered with the TasksManager.
     * 
     * @param sTaskID ID of the newly registered task.
     */
    public void taskRegistered(String sTaskID);

    /**
     * Notification method...called when a task is successfully deregistered from the TasksManager.
     * 
     * @param sTaskID ID of the deregistered task.
     */
    public void taskDeregistered(String sTaskID);
}



See more files for this project here

BIRT

BIRT is an open source, Eclipse-based reporting system that integrates with your application to produce compelling reports for both web and PDF.

Project homepage: http://www.eclipse.org/birt/phoenix/
Programming language(s): Java,XML
License: gpl2

  IButtonHandler.java
  IRegistrationListener.java
  ISubtaskSheet.java
  ITask.java
  IWizardContext.java