ITunesEvents.java :  » UnTagged » epic-architecture » org » mobilesynergies » tuneserver » Android Open Source

Android Open Source » UnTagged » epic architecture 
epic architecture » org » mobilesynergies » tuneserver » ITunesEvents.java
package org.mobilesynergies.tuneserver;

import com4j.Variant;

public class ITunesEvents {
  
  public void OnPlayerPlayEvent(Variant[] args) {
    System.out.println("OnPlayerPlayEvent");
    
  }
  

}
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.