Interface SbEventArg

All Known Implementing Classes:
SiRenderArea.RenderEventArg, SoExtSelection.PreFilterEventArg, SoOffscreenRenderArea.EventArg, SoPolyLineScreenDrawer.EventArg, SoProgressIndicator.StepEventArg, SoProgressIndicator.SubTaskEventArg, SoProgressIndicator.TaskEventArg, SoRemoteVizClient.BinaryMessageEventArg, SoRemoteVizClient.FrameEventArg, SoRemoteVizClient.KeyboardEventArg, SoRemoteVizClient.MessageEventArg, SoRemoteVizClient.MouseButtonEventArg, SoRemoteVizClient.MouseLocationEventArg, SoRemoteVizClient.MouseWheelEventArg, SoRemoteVizClient.RenderAreaSizeEventArg, SoRemoteVizClient.ServiceMessageEventArg, SoRemoteVizClient.TouchEventArg

public interface SbEventArg
Interface for all event arguments. Acts like java.util.EventObject but as an interface.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getSource

      Object getSource()