PamController
Class NetworkController.NetworkRecorderTrigger

java.lang.Object
  extended by PamController.NetworkController.NetworkRecorderTrigger
All Implemented Interfaces:
RecorderTrigger
Enclosing class:
NetworkController

private class NetworkController.NetworkRecorderTrigger
extends java.lang.Object
implements RecorderTrigger


Field Summary
private  java.lang.String name
           
private  RecorderControl recorderControl
           
private  RecorderTriggerData recorderTriggerData
           
 
Constructor Summary
NetworkController.NetworkRecorderTrigger(RecorderControl recorderControl)
           
 
Method Summary
 RecorderTriggerData getTriggerData()
           
 java.lang.String getTriggerName()
           
 void setRecorderTriggerData(RecorderTriggerData recorderTriggerData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private java.lang.String name

recorderControl

private RecorderControl recorderControl

recorderTriggerData

private RecorderTriggerData recorderTriggerData
Constructor Detail

NetworkController.NetworkRecorderTrigger

public NetworkController.NetworkRecorderTrigger(RecorderControl recorderControl)
Parameters:
name -
Method Detail

getTriggerData

public RecorderTriggerData getTriggerData()
Specified by:
getTriggerData in interface RecorderTrigger

getTriggerName

public java.lang.String getTriggerName()
Specified by:
getTriggerName in interface RecorderTrigger

setRecorderTriggerData

public void setRecorderTriggerData(RecorderTriggerData recorderTriggerData)
Parameters:
recorderTriggerData - the recorderTriggerData to set