EventSource.java :  » Java-3D » ferox-gl » com » ferox » input » Java Open Source

Java Open Source » Java 3D » ferox gl 
ferox gl » com » ferox » input » EventSource.java
package com.ferox.input;

public interface EventSource {
    public EventDispatcher getDispatcher();
    
    public EventQueue getQueue();
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.