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 booleanSaClassicConnector. removeEvent(SaEvent event)Deprecated.no longer supported.booleanSaClassicConnectorImpl. removeEvent(SaEvent event)Deprecated. -
Uses of SaEvent in com.saperion.event
Classes in com.saperion.event that implement SaEvent Modifier and Type Class Description classSaEventImplBean 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 voidSaEventListener. fireEvent(SaEvent event)Method to call, if a event will be fired.
-