TibrvEvent.isVectorListener()

Method

Declaration

java.lang.boolean isVectorListener();

Purpose

Test whether this event object is a vector listener.

Remarks

This method returns true when the event is a vector listener. Otherwise, it returns false.

Restrictions

This method is available only in the JNI preferred implementation. It is not available in the JNI backward compatibility implementation, nor in the pure Java implementation.

See Also

TibrvVectorListener