Uses of Class
pt.digitalis.dif.dem.objects.EventType

Packages that use EventType
pt.digitalis.dif.codegen.templates   
pt.digitalis.dif.dem.interfaces   
pt.digitalis.dif.dem.objects   
 

Uses of EventType in pt.digitalis.dif.codegen.templates
 

Methods in pt.digitalis.dif.codegen.templates that return EventType
static EventType TemplateResources.getEventType(String id)
          Returns an event type
 

Methods in pt.digitalis.dif.codegen.templates that return types with arguments of type EventType
 Map<EventType,List<String>> StageInstanceCGTemplate.getEventHandlers()
           
 Map<EventType,List<String>> StageCGTemplate.getEventHandlers()
           
 

Methods in pt.digitalis.dif.codegen.templates with parameters of type EventType
protected  void StageCGTemplate.addEvent(EventType type, String id)
          Adds a new event id to the known handlers
 Object StageInstanceCGTemplate.callEventMethod(IDIFContext context, EventType type, String eventName)
           
 ViewObject StageInstanceCGTemplate.callExecuteOnEventMethod(IDIFContext context, EventType type, String eventName)
           
 

Uses of EventType in pt.digitalis.dif.dem.interfaces
 

Methods in pt.digitalis.dif.dem.interfaces that return types with arguments of type EventType
 Map<EventType,List<String>> IStage.getEventHandlers()
          Returns the list of all the Stages submit handlers.
 

Methods in pt.digitalis.dif.dem.interfaces with parameters of type EventType
 Object IStageInstance.callEventMethod(IDIFContext context, EventType type, String eventName)
          The method that will be enhanced with the call to the correct event method.
 ViewObject IStageInstance.callExecuteOnEventMethod(IDIFContext context, EventType type, String eventName)
          The method that will be enhanced with the call to the method annotated with @Execute.
 

Uses of EventType in pt.digitalis.dif.dem.objects
 

Methods in pt.digitalis.dif.dem.objects that return EventType
static EventType EventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EventType[] EventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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