pt.digitalis.dif.dem.interfaces
Interface ICallback

All Known Subinterfaces:
IStage, IStageInstance
All Known Implementing Classes:
StageCGTemplate, StageInstanceCGTemplate

public interface ICallback

This interface exposes behavior related to call-back.

Author:
Rodrigo Gonçalves rgoncalves@digitalis.pt
Created on:
2007/05/03

Method Summary
 CallbackType getCallbackType()
          Returns the Entity's callback type.
 boolean hasCallbackEnabled()
          Returns information about the Entity's callback state.
 

Method Detail

hasCallbackEnabled

boolean hasCallbackEnabled()
Returns information about the Entity's callback state. The default value is F.

Returns:
T if Entity has Callback enabled, F otherwise

getCallbackType

CallbackType getCallbackType()
Returns the Entity's callback type. The default value is OFF.

Returns:
the callback type defined for the Entity.


Copyright © 2014 Digitalis Informática Lda. All Rights Reserved.