com.togethersoft.openapi.ide.command
Class IdeCommandAdapter


public class IdeCommandAdapter
implements IdeCommandListener

An empty implementation of IdeCommandListener interface.


This command item listener does nothing. It is a skeleton only.

Author:
TogetherSoft
Since: Together 3.0
See Also: IdeCommandListener

Method Summary
 voidactionPerformed(IdeCommandEvent event)
          Skeleton.
 voidcheckStatus(IdeCommandEvent event)
          Skeleton.

Method Detail

actionPerformed

public void actionPerformed(IdeCommandEvent event)
Skeleton. Does nothing.

checkStatus

public void checkStatus(IdeCommandEvent event)
Skeleton. Does nothing.