|
Eclipse Platform Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.cheatsheets.CheatSheetListener
For monitoring the execution of a cheat sheet.
This class is used in conjuction with the "listener" attribute on the
"cheatsheet" element in the cheat sheet content file. 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.
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 |
public CheatSheetListener()
Method Detail |
public abstract void cheatSheetEvent(ICheatSheetEvent event)
event
- the cheat sheet event
|
Eclipse Platform Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.