Package de.elo.ix.client.webapp
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
-
Method Details
-
process
Event function- Parameters:
args
- Object array, to be defined by sub-interfaces
-