Uses of Interface
com.saperion.intf.SaEvent
-
Packages that use SaEvent Package Description com.saperion.connector This package contains the main classic connector classes.com.saperion.event com.saperion.intf This package contains the common used interfaces for the LARIX components. -
-
Uses of SaEvent in com.saperion.connector
Methods in com.saperion.connector with parameters of type SaEvent Modifier and Type Method Description boolean
SaClassicConnector. removeEvent(SaEvent event)
Deprecated.no longer supported.boolean
SaClassicConnectorImpl. removeEvent(SaEvent event)
Deprecated. -
Uses of SaEvent in com.saperion.event
Classes in com.saperion.event that implement SaEvent Modifier and Type Class Description class
SaEventImpl
Bean class for an event. -
Uses of SaEvent in com.saperion.intf
Methods in com.saperion.intf with parameters of type SaEvent Modifier and Type Method Description void
SaEventListener. fireEvent(SaEvent event)
Method to call, if a event will be fired.
-