Eclipse Platform
Release 3.0

Uses of Interface
org.eclipse.core.runtime.ILogListener

Packages that use ILogListener
org.eclipse.core.runtime Provides core support for plug-ins and the plug-in registry.  
 

Uses of ILogListener in org.eclipse.core.runtime
 

Methods in org.eclipse.core.runtime with parameters of type ILogListener
static void Platform.addLogListener(ILogListener listener)
          Adds the given log listener to the notification list of the platform.
static void Platform.removeLogListener(ILogListener listener)
          Removes the indicated (identical) log listener from the notification list of the platform.
 void ILog.addLogListener(ILogListener listener)
          Adds the given log listener to this log.
 void ILog.removeLogListener(ILogListener listener)
          Removes the given log listener to this log.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.