Browse Source

Javadoc fixes.

Change-Id: I954f89fa66f7fe95c8502692d5e65b1de3dd1e46
Reviewed-on: http://gerrit.dmdirc.com/3777
Reviewed-by: Chris Smith <chris@dmdirc.com>
Automatic-Compile: DMDirc Build Manager
pull/1/head
Greg Holmes 9 years ago
parent
commit
d61ee8628d

+ 2
- 0
src/com/dmdirc/events/EventUtils.java View File

35
     /**
35
     /**
36
      * Posts a displayable event to the bus, and returns the updated display format.
36
      * Posts a displayable event to the bus, and returns the updated display format.
37
      *
37
      *
38
+     * @param <T>             The type of event to be displayed
39
+     *
38
      * @param eventBus      The bus to post events to.
40
      * @param eventBus      The bus to post events to.
39
      * @param event         The event to be posted.
41
      * @param event         The event to be posted.
40
      * @param displayFormat The initial, default, display format.
42
      * @param displayFormat The initial, default, display format.

+ 0
- 2
src/com/dmdirc/interfaces/FrameCloseListener.java View File

29
  * of a {@link FrameContainer}.
29
  * of a {@link FrameContainer}.
30
  *
30
  *
31
  * @since 0.6.5
31
  * @since 0.6.5
32
- *
33
- * @deprecated @see com.dmdirc.events.WindowClosingEvent
34
  */
32
  */
35
 @Deprecated
33
 @Deprecated
36
 public interface FrameCloseListener {
34
 public interface FrameCloseListener {

Loading…
Cancel
Save