com.ptc.core.ca.co.client.frame
Interface CoFrameInstruction

All Superinterfaces:
CoInstruction
All Known Subinterfaces:
CoFrameLocationInstruction
All Known Implementing Classes:
CoFrameCloseInstruction, CoFrameGoBackInstruction, CoFrameGoToInstruction, CoFrameOpenInstruction, CoFrameRedrawInstruction, CoInvokeActionNeedingConfirmation

Deprecated.

@Deprecated
public interface CoFrameInstruction
extends CoInstruction

The interface all frame instructions implement.

Supported API: true

Extendable: false


Field Summary
static String OPENER_FRAME_ADDRESS
          Deprecated. 

Supported API: true
 
Fields inherited from interface com.ptc.core.ca.co.client.event.CoInstruction
PARAMS, RECEIVER_ADDRESS, SENDER_ADDRESS
 
Method Summary
 
Methods inherited from interface com.ptc.core.ca.co.client.event.CoInstruction
getParams, getReceiverAddress, getSenderAddress, setParams, setReceiverAddress, setSenderAddress
 

Field Detail

OPENER_FRAME_ADDRESS

static final String OPENER_FRAME_ADDRESS
Deprecated. 


Supported API: true

See Also:
Constant Field Values