Eclipse Platform
Release 3.1

org.eclipse.jface.text.source.projection
Interface IProjectionListener


public interface IProjectionListener

Implementers registered with a ProjectionViewer get informed when the projection mode of the viewer gets enabled and when it gets disabled.

Since:
3.0

Method Summary
 void projectionDisabled()
          Tells this listener that projection has been disabled.
 void projectionEnabled()
          Tells this listener that projection has been enabled.
 

Method Detail

projectionEnabled

public void projectionEnabled()
Tells this listener that projection has been enabled.


projectionDisabled

public void projectionDisabled()
Tells this listener that projection has been disabled.


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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