com.stimulsoft.report.events
Class StiGetBarCodeEvent

java.lang.Object
  extended by com.stimulsoft.report.events.StiEvent
      extended by com.stimulsoft.report.events.StiGetBarCodeEvent
All Implemented Interfaces:
IStiDefault, IStiJsonReportObject, IStiSerializable, IStiSerializableToString, java.lang.Cloneable

public class StiGetBarCodeEvent
extends StiEvent


Constructor Summary
StiGetBarCodeEvent(StiComponent parent)
           
StiGetBarCodeEvent(StiComponent parent, java.lang.String script)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class com.stimulsoft.report.events.StiEvent
clone, deserialize, getEventType, getParameters, getScript, isDefault, LoadFromJsonObject, SaveToJsonObject, serialize, set, Set, setScript
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StiGetBarCodeEvent

public StiGetBarCodeEvent(StiComponent parent,
                          java.lang.String script)

StiGetBarCodeEvent

public StiGetBarCodeEvent(StiComponent parent)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object