SAP ABAP Interface IF_AXT_MESSAGE_PUBLISHER (Defines an event for publishing messages)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-GTF-EEW (Application Component) Easy Enhancement Workbench
     AXT_COMMON (Package) Common Extensibility objects
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_AXT_MESSAGE_PUBLISHER Service class for publishing messages 20080512
Properties
Interface IF_AXT_MESSAGE_PUBLISHER  
Short Description Defines an event for publishing messages    
General Data
Package AXT_COMMON   Common Extensibility objects 
Created 20080512   SAP 
Last changed 20081007   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_AXT_CONSTANTS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Interface IF_AXT_MESSAGE_PUBLISHER has no interface.
Friends
Interface IF_AXT_MESSAGE_PUBLISHER has no friend.
Attributes
Interface IF_AXT_MESSAGE_PUBLISHER has no attribute.
Methods
Interface IF_AXT_MESSAGE_PUBLISHER has no method.
Events
# Event Type Visibility Description Created on
1 CLEAR_MESSAGES Instance Event
(0)
Public
(2)
Clear messages in order to start a new set of messages 20080512
2 PUBLISH_MESSAGES Instance Event
(0)
Public
(2)
Publishes messages 20080512
Types
Interface IF_AXT_MESSAGE_PUBLISHER has no local type.
Event Signatures

Event CLEAR_MESSAGES Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 EV_CLEAR_ERROR Exporting Value transfer Type reference (TYPE) AXT_BOOLEAN CL_AXT_CONSTANTS=>GC_TRUE Clears error messages 20080512
2 EV_CLEAR_SUCCESS Exporting Value transfer Type reference (TYPE) AXT_BOOLEAN CL_AXT_CONSTANTS=>GC_TRUE Clears sucess messages 20080512
3 EV_CLEAR_WARNING Exporting Value transfer Type reference (TYPE) AXT_BOOLEAN CL_AXT_CONSTANTS=>GC_TRUE Clears warning messages 20080512

Event PUBLISH_MESSAGES Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 ES_MESSAGE Exporting Value transfer Object reference (TYPE REF TO) AXTS_MESSAGE Application Log: Message Data 20080512
2 ET_MESSAGES Exporting Value transfer Type reference (TYPE) AXTT_MESSAGE Messages table 20080512
History
Last changed by/on SAP  20081007 
SAP Release Created in 700