Main Page
    Cookbook/Overview     ImageMeister     the jcprops file     Licensing
    Binary Installation & Configuration [ Win · Mac · Nix · OSX ]     Changes
    Public API
    Source Code Main Page
        Java [ Common · Win · Mac · Nix ]     Native Code [ Common · Win · Mac · Nix ]     Manifest
        Native Code Overviews [ Common · Win · Mac · Nix · Strings ]     Macros [ General · Native Macros ]
        Walkthroughs [ Java only · Java and native ]     Building [ Win · Mac · Nix · OSX ]     Distribution Issues

All Packages  This Package  Class Hierarchy  Class Search  Index

Interface com.jconfig.AppCommandWatcher

  Summary

public interface  AppCommandWatcher
{
          // Fields 1
     public static final String copyrightString;

          // Methods 2
     public abstract boolean watchPost(Object, AppCommand, int);
     public abstract boolean watchPre(Object, AppCommand, int);
}

Interface for objects which watch the commands sent to an AppProcess object.

Author:
Copyright (c) 1997-2002 Samizdat Productions. All Rights Reserved.




  Fields

· copyrightString

Summary  |  Top

   public static final String copyrightString


  Methods

· watchPre

Summary  |  Top

   public abstract boolean watchPre(Object target, 
                                    AppCommand command, 
                                    int flags) 

Called before the event is acted upon. If this method returns true, the event is not processed.

Parameter Description
target the target of this AppCommand
command the command
flags the flags for the command



· watchPost

Summary  |  Top
   public abstract boolean watchPost(Object target, 
                                     AppCommand command, 
                                     int flags) 

Called after the event has been acted upon.

Parameter Description
target the target of this AppCommand
command the command
flags the flags for the command



All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7