Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.ui.cheatsheets
Class CheatSheetListener


java.lang.Object
  extended by 
org.eclipse.ui.cheatsheets.CheatSheetListener

public abstract class CheatSheetListener
extends Object

For monitoring the execution of a cheat sheet.

This class is used in conjuction with the "listener" attribute on extensions to the extension point "org.eclipse.ui.cheatsheets.cheatSheetContent". Clients should declare a subclass that implements cheatSheetEvent(ICheatSheetEvent). The listener subclass must be public, and have a public 0-arg constructor. The listener subclass is instantiated as the cheat sheet is opened, and discarded after the cheat sheet is closed.

Since:
3.0

Constructor Summary
CheatSheetListener ()
          Creates a new cheat sheet listener.
 
Method Summary
abstract  void cheatSheetEvent ( ICheatSheetEvent event)
          Notifies this listener of the given cheat sheet event.
 
Methods inherited from class java.lang. Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheatSheetListener

public CheatSheetListener()
Creates a new cheat sheet listener.

Method Detail

cheatSheetEvent

public abstract void cheatSheetEvent(
ICheatSheetEvent event)
Notifies this listener of the given cheat sheet event.

Parameters:
event - the cheat sheet event

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire