Interface AppEvent

All Known Subinterfaces:
AppConnManager.UniqueConnectionInitialized

public interface AppEvent
This interface defines a callback function that is e.g. called from the AppConnManager, if an event (like a unique connections has been established) occures.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(Object[] args)
    Event function
  • Method Details

    • process

      void process(Object[] args)
      Event function
      Parameters:
      args - Object array, to be defined by sub-interfaces