com.togethersoft.openapi.util
Interface VetoableDispatch


public interface VetoableDispatch

Gives ability to send vetoable event to specified listener.

Author:
TogetherSoft
Since: Together 4.0

Method Summary
 voidvetoableDispatch(EventListener listener)
          Sends an vetoable event to specified listener.

Method Detail

vetoableDispatch

public void vetoableDispatch(EventListener listener)
throws VetoException
Sends an vetoable event to specified listener.