C# Class Moxiecode.ComponentFactory

Mostrar archivo Open project: openHPI/moodle-mod_teletask

Public Methods

Method Description
add ( String uid, object comp ) : void
contains ( String uid ) : System.Boolean
create ( Moxiecode.Moxie mOxie, String uid, String compName ) : object
createEventHandler ( Moxiecode.Moxie mOxie, string uid, string eventName ) : EventHandler
get ( String uid ) : object
remove ( string uid ) : System.Boolean

Method Details

add() public method

public add ( String uid, object comp ) : void
uid String
comp object
return void

contains() public method

public contains ( String uid ) : System.Boolean
uid String
return System.Boolean

create() public method

public create ( Moxiecode.Moxie mOxie, String uid, String compName ) : object
mOxie Moxiecode.Moxie
uid String
compName String
return object

createEventHandler() public method

public createEventHandler ( Moxiecode.Moxie mOxie, string uid, string eventName ) : EventHandler
mOxie Moxiecode.Moxie
uid string
eventName string
return EventHandler

get() public method

public get ( String uid ) : object
uid String
return object

remove() public method

public remove ( string uid ) : System.Boolean
uid string
return System.Boolean