com.esri.arcgis.datasourcesraster
Class IRasterStatusEvent2TitleEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.esri.arcgis.datasourcesraster.IRasterStatusEvent2TitleEvent
All Implemented Interfaces:
Serializable

public class IRasterStatusEvent2TitleEvent
extends EventObject

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
IRasterStatusEvent2TitleEvent(Object source)
           
 
Method Summary
 String getTitle()
           
 void init(String title)
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IRasterStatusEvent2TitleEvent

public IRasterStatusEvent2TitleEvent(Object source)
Method Detail

init

public void init(String title)

getTitle

public final String getTitle()