Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

oracle.ide.controller
Interface ActionFilter


public interface ActionFilter

An ActionFilter can accept or reject actions by command name.


Method Summary
 boolean accept(java.lang.String cmdName)
          Determines whether this filter accepts the action with the specified command name.
 

Method Detail

accept

boolean accept(java.lang.String cmdName)
Determines whether this filter accepts the action with the specified command name. If the filter accepts the action, it should return true.

Parameters:
cmdName - the command name
Returns:
true if the action is accepted by the filter

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

Copyright © 1997, 2011, Oracle. All rights reserved.