View: Hide Browser | Browser on the left | Browser on the right | Dictionary
Report:General | Attributes | Operations | Relations

event
class ThreadEvent


EventObject
   |
   +--ThreadEvent

General
NameThreadEvent
Abstract  false
Leaffalse
Rootfalse
Activefalse
Ownerevent

Attributes
NameTypeInitial Value
 EVENT_ERRORint 
 EVENT_FINISHint 
 EVENT_IS_SITE_FINISHint 
 EVENT_NEWint 
 EVENT_SITE_FINISHint 
 EVENT_SPIDER_SITEint 10 
 EVENT_STOPint 
 EVENT_SUCCESSint 
 EVENT_TO_GET_DATAint 
 EVENT_TO_GET_INFOint 11 
 EVENT_TO_PROCESS_LINKSint 
 EVENT_TO_SET_INFOint 

Operations
NameReturn Type
 getEventType() int 
 getResult() Object 
 setEventType( type : int) void 
 setResult( result : Object) void 
 ThreadEvent( source : Object)  
 ThreadEvent( source : Object, result : Object, eventType : int)  

Relations
NameTypeBeginsEnds
 unnamedgeneralizationThreadEventEventObject


attribute EVENT_ERROR

General
NameEVENT_ERROR
OwnerThreadEvent
Type  int
Initial Value  2
Changeability  frozen
Visibility  public
Scope  classifier


attribute EVENT_FINISH

General
NameEVENT_FINISH
OwnerThreadEvent
Type  int
Initial Value  9
Changeability  frozen
Visibility  public
Scope  classifier


attribute EVENT_IS_SITE_FINISH

General
NameEVENT_IS_SITE_FINISH
OwnerThreadEvent
Type  int
Initial Value  7
Changeability  frozen
Visibility  public
Scope  classifier


attribute EVENT_NEW

General
NameEVENT_NEW
OwnerThreadEvent
Type  int
Initial Value  0
Changeability  frozen
Visibility  public
Scope  classifier


attribute EVENT_SITE_FINISH

General
NameEVENT_SITE_FINISH
OwnerThreadEvent
Type  int
Initial Value  8
Changeability  frozen
Visibility  public
Scope  classifier


attribute EVENT_SPIDER_SITE

General
NameEVENT_SPIDER_SITE
OwnerThreadEvent
Type  int
Initial Value  10
Changeability  frozen
Visibility  public
Scope  classifier


attribute EVENT_STOP

General
NameEVENT_STOP
OwnerThreadEvent
Type  int
Initial Value  6
Changeability  frozen
Visibility  public
Scope  classifier


attribute EVENT_SUCCESS

General
NameEVENT_SUCCESS
OwnerThreadEvent
Type  int
Initial Value  1
Changeability  frozen
Visibility  public
Scope  classifier


attribute EVENT_TO_GET_DATA

General
NameEVENT_TO_GET_DATA
OwnerThreadEvent
Type  int
Initial Value  3
Changeability  frozen
Visibility  public
Scope  classifier


attribute EVENT_TO_GET_INFO

General
NameEVENT_TO_GET_INFO
OwnerThreadEvent
Type  int
Initial Value  11
Changeability  frozen
Visibility  public
Scope  classifier


attribute EVENT_TO_PROCESS_LINKS

General
NameEVENT_TO_PROCESS_LINKS
OwnerThreadEvent
Type  int
Initial Value  4
Changeability  frozen
Visibility  public
Scope  classifier


attribute EVENT_TO_SET_INFO

General
NameEVENT_TO_SET_INFO
OwnerThreadEvent
Type  int
Initial Value  5
Changeability  frozen
Visibility  public
Scope  classifier


operation  getEventType

General
NamegetEventType
OwnerThreadEvent
Stereotype  <<getter>>
Return Type  int 
Concurrency  sequential
Query  false
Visibility  public
Scope  instance
Abstract  false
Leaffalse
Rootfalse


operation  getResult

General
NamegetResult
OwnerThreadEvent
Stereotype  <<getter>>
Return Type  Object 
Concurrency  sequential
Query  false
Visibility  public
Scope  instance
Abstract  false
Leaffalse
Rootfalse


operation  setEventType

General
NamesetEventType
OwnerThreadEvent
Stereotype  <<setter>>
Return Type  void 
Concurrency  sequential
Query  false
Visibility  public
Scope  instance
Abstract  false
Leaffalse
Rootfalse

Parameters
NameTypeDefault ValueDirection Kind
typeint  inout


parameter type

General
Name  type
Owner  setEventType
Type  int 
Direction Kind  inout


operation  setResult

General
NamesetResult
OwnerThreadEvent
Stereotype  <<setter>>
Return Type  void 
Concurrency  sequential
Query  false
Visibility  public
Scope  instance
Abstract  false
Leaffalse
Rootfalse

Parameters
NameTypeDefault ValueDirection Kind
resultObject  inout


parameter result

General
Name  result
Owner  setResult
Type  Object 
Direction Kind  inout


operation  ThreadEvent

General
NameThreadEvent
OwnerThreadEvent
Stereotype  <<constructor>>
Concurrency  sequential
Query  false
Visibility  public
Scope  instance
Abstract  false
Leaffalse
Rootfalse

Parameters
NameTypeDefault ValueDirection Kind
sourceObject  inout


parameter source

General
Name  source
Owner  ThreadEvent
Type  Object 
Direction Kind  inout


operation  ThreadEvent

General
NameThreadEvent
OwnerThreadEvent
Stereotype  <<constructor>>
Concurrency  sequential
Query  false
Visibility  public
Scope  instance
Abstract  false
Leaffalse
Rootfalse

Parameters
NameTypeDefault ValueDirection Kind
eventTypeint  inout
resultObject  inout
sourceObject  inout


parameter eventType

General
Name  eventType
Owner  ThreadEvent
Type  int 
Direction Kind  inout


parameter result

General
Name  result
Owner  ThreadEvent
Type  Object 
Direction Kind  inout


parameter source

General
Name  source
Owner  ThreadEvent
Type  Object 
Direction Kind  inout