Package jpicedt.graphic.event
Interface HelpMessageListener
-
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
PEDrawingBoard.StatusBar
public interface HelpMessageListener extends java.util.EventListenerInterface for an observer to receive help messages posted by an EditorKit- Since:
- jpicedt 1.3.2
- Version:
- $Id: HelpMessageListener.java,v 1.5.2.1 2007/09/02 11:56:18 reynal Exp $
- Author:
- Sylvain Reynal
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhelpMessagePosted(HelpMessageEvent e)called by the sourcing EditorKit when posting an help-message
-
-
-
Method Detail
-
helpMessagePosted
void helpMessagePosted(HelpMessageEvent e)
called by the sourcing EditorKit when posting an help-message
-
-