public interface ICheatSheetEvent
Events over the life time of a running cheat sheet follow this pattern:
opened { started | restored } { restarted | completed }* closed
CheatSheetListener
Modifier and Type | Field and Description |
---|---|
static int |
CHEATSHEET_CLOSED
Event type constant (value 1) indicating that
the cheat sheet was closed.
|
static int |
CHEATSHEET_COMPLETED
Event type constant (value 4) indicating that
the cheat sheet has been completed.
|
static int |
CHEATSHEET_OPENED
Event type constant (value 0) indicating that
the cheat sheet was opened.
|
static int |
CHEATSHEET_RESTARTED
Event type constant (value 3) indicating that
the cheat sheet was restarted.
|
static int |
CHEATSHEET_RESTORED
Event type constant (value 5) indicating that
the cheat sheet has been restored.
|
static int |
CHEATSHEET_STARTED
Event type constant (value 2) indicating that
the cheat sheet was started.
|
Modifier and Type | Method and Description |
---|---|
String |
getCheatSheetID()
Returns the id of the cheat sheet that generated this event.
|
ICheatSheetManager |
getCheatSheetManager()
Returns the cheat sheet manager responsible for executing
the cheat sheet.
|
int |
getEventType()
Returns the type of this cheat sheet event.
|
static final int CHEATSHEET_OPENED
static final int CHEATSHEET_CLOSED
static final int CHEATSHEET_STARTED
static final int CHEATSHEET_RESTARTED
static final int CHEATSHEET_COMPLETED
static final int CHEATSHEET_RESTORED
int getEventType()
String getCheatSheetID()
ICheatSheetManager getCheatSheetManager()
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.