代码搜索:AudioPlayer
找到约 842 项符合「AudioPlayer」的源代码
代码结果 842
www.eeworm.com/read/136828/5845291
java julia.java
package com.javapatterns.command.audioplayer2;
/**
* This is the Client role
*/
public class Julia
{
/**
* @link aggregation
*/
private static Keypad keypad ;
/
www.eeworm.com/read/125439/6029274
java julia.java
package com.javapatterns.command.audioplayer2;
/**
* This is the Client role
*/
public class Julia
{
/**
* @link aggregation
*/
private static Keypad keypad ;
/
www.eeworm.com/read/486925/6521038
java julia.java
package com.javapatterns.command.audioplayer2;
/**
* This is the Client role
*/
public class Julia
{
/**
* @link aggregation
*/
private static Keypad keypad ;
/
www.eeworm.com/read/341217/12100804
java julia.java
package com.javapatterns.command.audioplayer2;
/**
* This is the Client role
*/
public class Julia
{
/**
* @link aggregation
*/
private static Keypad keypad ;
/
www.eeworm.com/read/127116/14377773
java julia.java
package com.javapatterns.command.audioplayer2;
/**
* This is the Client role
*/
public class Julia
{
/**
* @link aggregation
*/
private static Keypad keypad ;
/
www.eeworm.com/read/243866/4518857
java stopcommand.java
package com.javapatterns.command.audioplayer2;
/**
* This class plays the role of Concrete Command
*/
public class StopCommand implements Command
{
/**
* @directed
*/
www.eeworm.com/read/243866/4518858
java julia.java
package com.javapatterns.command.audioplayer2;
/**
* This is the Client role
*/
public class Julia
{
/**
* @link aggregation
*/
private static Keypad keypad ;
/
www.eeworm.com/read/243866/4518897
java command.java
package com.javapatterns.command.audioplayer;
/**
* This class plays the role of Abstract Command
*/
public interface Command
{
public abstract void execute ( );
}
www.eeworm.com/read/240529/4573045
java stopcommand.java
package com.javapatterns.command.audioplayer2;
/**
* This class plays the role of Concrete Command
*/
public class StopCommand implements Command
{
/**
* @directed
*/
www.eeworm.com/read/240529/4573046
java julia.java
package com.javapatterns.command.audioplayer2;
/**
* This is the Client role
*/
public class Julia
{
/**
* @link aggregation
*/
private static Keypad keypad ;
/