Interface Agent

All Known Subinterfaces:
AuAgent, BookmarkAgent, CheckAgent, ClickAgent, CloseAgent, ComponentAgent, DesktopAgent, DragAgent, FocusAgent, GroupAgent, HoverAgent, InputAgent, KeyStrokeAgent, MoveAgent, MultipleSelectAgent, OpenAgent, OperationAgent, PageAgent, PagingAgent, QueryAgent, RenderAgent, SelectAgent, SelectByIndexAgent, SizeAgent, SortAgent, UploadAgent
All Known Implementing Classes:
AbstractInputAgentBuilder.AbstractInputAgentImpl, AbstractMultipleSelectAgentBuilder.AbstractMultipleSelectAgentImpl, AbstractSelectAgentBuilder.AbstractSelectAgentImpl, AgentDelegator, DateInputAgentBuilder.InputAgentImpl, DateTypeAgentBuilderZK96.InputAgentZK96Impl, DefaultComponentAgent, DefaultDesktopAgent, DefaultPageAgent, SwitchedSortAgentImpl, TimeInputAgentBuilder.InputAgentImpl

public interface Agent
A interface represents an agent for an element of ZUML structure. e.g. the Desktop , Page or Component
Author:
pao, Dennis
  • Method Summary

    Modifier and Type
    Method
    Description
    get client this agent belonged to.
    get the delegatee object
  • Method Details

    • getClient

      Client getClient()
      get client this agent belonged to.
    • getDelegatee

      Object getDelegatee()
      get the delegatee object