Interface vjv.base.ActionIf
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface vjv.base.ActionIf

public interface ActionIf
extends Object
This interface specifies the method for implementing RadJa services or RadJa IF callbacks

Method Index

 o takeControl(Integer)
A service or callback may be implemented by this method.

Methods

 o takeControl
  public abstract int takeControl(Integer portNm) throws VjvRunTimeEx
A service or callback may be implemented by this method.
Parameters:
portNm - a number of the service to be performed
Throws: VjvRunTimeEx
may be thrown if something goes wrong

All Packages  Class Hierarchy  This Package  Previous  Next  Index