Pubblicazione File: ISender
Documento generato mediante: Documentation Creator By BGSoftware


VERSION 1.0 CLASS
BEGIN
  MultiUse = -1  'True
  Persistable = 0  'NotPersistable
  DataBindingBehavior = 0  'vbNone
  DataSourceBehavior  = 0  'vbNone
  MTSTransactionMode  = 0  'NotAnMTSObject
END
Attribute VB_Name = "ISender"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = True
' *********************************************************************
'* CLASS Interfaccia di un Sender di messaggi in SMom
'* <BR/>Autore: <B>Giorgio Bernardi</B>
'* E-Mail: <A HREF="mailto:giorgio.bernardi@studio.unibo.it">Giorgio.Bernardi@studio.unibo.it</A>
'* Data  : Settembre 2004
'* <DIV CLASS="ClassDescription">
'*  Ogni classe che vuole ricevere messaggi registrandosi presso i Dispatcher deve implementare questa interfaccia.
'* </DIV>
' *********************************************************************
Option Explicit

'* Restituisce l'identificativo univoco all'interno di questa applicazione dell'oggetto
Public Function getObjectID() As String
End Function

Documento generato mediante: Documentation Creator By BGSoftware