neto
Interface ShowPollListener

All Superinterfaces:
java.util.EventListener

public interface ShowPollListener
extends java.util.EventListener

Interface to be implemented in an application. This way, it is possible to receive data from NetO about the poll event.

Author:
Vincent Ramp
See Also:
ShowPollEvent

Method Summary
 void ShowPoll(ShowPollEvent e)
          Function to be implemented in an application.
 

Method Detail

ShowPoll

public void ShowPoll(ShowPollEvent e)
Function to be implemented in an application.

Parameters:
e - ShowPollEvent object.
See Also:
ShowPollEvent