org.robsite.extension.rss
Class MarkAsReadCommand

java.lang.Object
  extended byoracle.ide.addin.AbstractCommand
      extended byorg.robsite.extension.rss.MarkAsReadCommand
All Implemented Interfaces:
oracle.ide.addin.Command

public final class MarkAsReadCommand
extends oracle.ide.addin.AbstractCommand

Command that marks one or more messages as read.

Version:
$Revision: 1.1.1.1 $
Author:
brian_duff@sourceforge.net

Field Summary
 
Fields inherited from class oracle.ide.addin.AbstractCommand
cmdId, context, name, type
 
Fields inherited from interface oracle.ide.addin.Command
CANCEL, EXECUTING, MULTI_DOCUMENT, NO_CHANGE, NO_UNDO, NORMAL, OK
 
Constructor Summary
MarkAsReadCommand()
           
 
Method Summary
 int doit()
          Actually invoke the command.
 
Methods inherited from class oracle.ide.addin.AbstractCommand
getAffectedDocuments, getContext, getData, getId, getName, getType, setContext, setData, undo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarkAsReadCommand

public MarkAsReadCommand()
Method Detail

doit

public int doit()
Actually invoke the command.

Returns:
OK


Copyright © 2005 robsite.org. All Rights Reserved.