Interface RtfCtrlWordListener
-
- All Superinterfaces:
java.util.EventListener
public interface RtfCtrlWordListener extends java.util.EventListenerRtfCtrlWordListenerinterface for handling events.- Since:
- 2.0.8
- Author:
- Howard Shank (hgshank@yahoo.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RtfCtrlWordDataafterCtrlWord(RtfCtrlWordData ctrlWordData)RtfCtrlWordDatabeforeCtrlWord(RtfCtrlWordData ctrlWordData)RtfCtrlWordDataonCtrlWord(RtfCtrlWordData ctrlWordData)
-
-
-
Method Detail
-
beforeCtrlWord
RtfCtrlWordData beforeCtrlWord(RtfCtrlWordData ctrlWordData)
- Returns:
- null or modified copy of the ctrlWordData object
-
onCtrlWord
RtfCtrlWordData onCtrlWord(RtfCtrlWordData ctrlWordData)
- Returns:
- null or modified copy of the ctrlWordData object
-
afterCtrlWord
RtfCtrlWordData afterCtrlWord(RtfCtrlWordData ctrlWordData)
- Returns:
- null or modified copy of the ctrlWordData object
-
-